Difference between revisions of "Gdbm"

From Free Software Directory
Jump to: navigation, search
m (source edited to fix the "Is GNU" checkbox?)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU dbm
 
|Name=GNU dbm
|Short description=Replacement for the 'dbm' and 'ndbm' libraries
+
|Short description=Hash library of database functions compatible with traditional dbm.
|Full description=GNU dbm is a set of database routines that use extendible hashing and works similar to the standard UNIX dbm routines.  The library provides also an optional compatibility layer for UNIX-like dbm and ndbm calls.
+
|Full description='''GDBM''' is a library for manipulating hashed databases. It is used to store key/value pairs in a file in a manner similar to the Unix dbm library and provides interfaces to the traditional file format.
 +
 
 +
This is a GNU package.
 
|Homepage URL=https://www.gnu.org/software/gdbm/
 
|Homepage URL=https://www.gnu.org/software/gdbm/
|User level=none
+
|Version download=https://ftpmirror.gnu.org/gdbm/gdbm-1.23.tar.gz
|Is High Priority Project=No
 
|Component programs=gdbm_dump, gdbm_load, gdbmtool
 
|VCS checkout command=git clone git://git.savannah.gnu.org/gdbm.git
 
|Documentation note=https://www.gnu.org/software/gdbm/manual/
 
|Decommissioned/Obsolete=No
 
|Accepts cryptocurrency donations=No
 
|Related projects=GLST
 
|Keywords=database,development,Unix,gdm,ndbm,engineering
 
|Version identifier=1.14.1
 
|Version date=2018/01/03
 
|Version status=stable
 
|Version download=https://ftp.gnu.org/gnu/gdbm/gdbm-1.14.1.tar.gz
 
 
|Test entry=No
 
|Test entry=No
|Last review by=Bendikker
 
|Last review date=2018/05/08
 
|Submitted by=Database conversion
 
|Submitted date=2011/04/12
 
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=gdbm
 
|GNU package identifier=gdbm
|License verified date=2001-01-31
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
|License copyright=Copyright (C) 2007, 2011 Free Software Foundation, Inc.
+
|License copyright=Copyright (C) 1990-2022 Free Software Foundation, Inc.
|License verified by=Bendikker
+
|License verified by=Genium
|License verified date=2018/05/03
+
|License verified date=2022-02-05
 +
|License note=https://git.savannah.gnu.org/cgit/gdbm.git/tree/COPYING
 +
}}
 +
{{Software category
 +
|Database=administration
 +
|Interface=command-line, library
 +
|Programming-language=C
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux
 +
|Works-with=database
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=gdbm
 
}}
 
}}
 
{{Person
 
{{Person
Line 38: Line 35:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Ruby (Ref)
+
|Resource audience=Bugs
|Resource URL=https://rubygems.org/gems/gdbm
+
|Resource kind=E-mail
 +
|Resource URL=bug-gdbm@gnu.org
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Savannah (Ref)
+
|Resource audience=Savannah
|Resource URL=https://savannah.gnu.org/projects/gdbm
+
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/gdbm/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref)
+
|Resource audience=Savannah
|Resource URL=https://tracker.debian.org/pkg/gdbm
+
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/gdbm.git
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://git.savannah.gnu.org/cgit/gdbm.git
+
|Resource URL=http://git.gnu.org.ua/cgit/gdbm.git/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Mailing List
 +
|Resource URL=https://ftpmirror.gnu.org/gdbm/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://alpha.gnu.org/gnu/gdbm/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=FTP
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=https://ftp.gnu.org/gnu/gdbm
+
|Resource URL=https://ftp.gnu.org/gnu/gdbm/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Wikidata
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=https://translationproject.org/domain/gdbm.html
+
|Resource URL=https://www.wikidata.org/wiki/Q62850490
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=VCS Repository Webview
+
|Resource audience=Debian
|Resource URL=http://git.gnu.org.ua/cgit/gdbm.git
+
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/gdbm
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Translation Project
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=https://www.gnu.org.ua/software/gdbm/manual.html
+
|Resource URL=https://translationproject.org/domain/gdbm.html
 +
}}
 +
{{Resource
 +
|Resource audience=Documentation
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.gnu.org.ua/software/gdbm/manual/index.html
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Database=administration
+
|Is High Priority Project=No
|Interface=command-line
+
|VCS checkout command=git clone git://git.savannah.gnu.org/gdbm.git
|Programming-language=C
+
|Computer languages=C
|Works-with=database
+
|Decommissioned or Obsolete=No
 +
|Version identifier=1.23
 +
|Version date=2022-02-04
 +
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2022-02-05
 +
|Submitted by=WikiSysop
 +
|Submitted date=2011-04-12
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftpmirror.gnu.org/gdbm/gdbm-1.23.tar.gz.sig
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 12:44, 5 February 2022


[edit]

GNU dbm

https://www.gnu.org/software/gdbm/
Hash library of database functions compatible with traditional dbm.

GDBM is a library for manipulating hashed databases. It is used to store key/value pairs in a file in a manner similar to the Unix dbm library and provides interfaces to the traditional file format.

This is a GNU package.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

5 February 2022




Leaders and contributors

Contact(s)Role
Sergey Poznyakoff Maintainer


Resources and communication

AudienceResource typeURI
VCS Repository Webviewhttp://git.gnu.org.ua/cgit/gdbm.git/
FTPMailing Listhttps://ftpmirror.gnu.org/gdbm/
DebianDeveloperhttps://tracker.debian.org/pkg/gdbm
FTPDownloadhttps://ftp.gnu.org/gnu/gdbm/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/gdbm.git
Translation ProjectGeneralhttps://translationproject.org/domain/gdbm.html
SavannahDeveloperhttps://savannah.gnu.org/projects/gdbm/
DocumentationHomepagehttps://www.gnu.org.ua/software/gdbm/manual/index.html
BugsE-mailbug-gdbm@gnu.org
WikidataGeneralhttps://www.wikidata.org/wiki/Q62850490
FTPDownloadhttps://alpha.gnu.org/gnu/gdbm/


Software prerequisites

This entry (in part or in whole) was last reviewed on 5 February 2022.




Entry








"Bugs" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Translation Project" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Documentation" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.














Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.