{"id":15060987,"url":"https://github.com/ocaml/dbm","last_synced_at":"2025-10-20T00:32:08.417Z","repository":{"id":14192329,"uuid":"76128363","full_name":"ocaml/dbm","owner":"ocaml","description":"The legacy CamlDBM library for accessing NDBM/GDBM database files","archived":false,"fork":false,"pushed_at":"2024-07-11T07:51:30.000Z","size":28,"stargazers_count":12,"open_issues_count":7,"forks_count":11,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-09-30T06:23:30.133Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"OCaml","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ocaml.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-10T17:51:56.000Z","updated_at":"2024-07-11T07:49:29.000Z","dependencies_parsed_at":"2022-07-21T04:49:09.607Z","dependency_job_id":null,"html_url":"https://github.com/ocaml/dbm","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocaml%2Fdbm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocaml%2Fdbm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocaml%2Fdbm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocaml%2Fdbm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ocaml","download_url":"https://codeload.github.com/ocaml/dbm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219869288,"owners_count":16555577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T23:07:53.582Z","updated_at":"2025-10-20T00:32:08.115Z","avatar_url":"https://github.com/ocaml.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The CamlDBM library\n\n## OVERVIEW\n\nThis OCaml library is a binding to the NDBM/GDBM Unix \"databases\" -- more exactly, persistent key-value stores.\n\nSee the file `dbm.mli` for documentation of the programming inteface.\n\nThis library used to be included in the standard OCaml distribution. This is the standalone distribution of this library, with the same functionalities.\n\n\n## REQUIREMENTS\n\n* OCaml\n* Either the GDBM library or any NDBM-compatible library.  Make sure to install the development files as well.  For Debian or Ubuntu, install the package `libgdbm-dev`.\n\n\n## INSTALLATION\n\n* Run the \"configure\" script by typing\n       ./configure\n\n* Build the library:\n       make all\n\n* Test the library:\n       make test\n\n* Install the library:\n       sudo make install\n\n\n## USAGE\n\nIn bytecode:\n     ocamlc dbm.cma \u003cother bytecode files\u003e\n\nIn native code:\n     ocamlopt dbm.cmxa \u003cother bytecode files\u003e\n\n\n## LICENSE\n\nThis Library is distributed under the terms of the GNU Library General Public License version 2, with a special exception allowing unconstrained static linking.  See file LICENSE for details.\n\n\n     \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focaml%2Fdbm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Focaml%2Fdbm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focaml%2Fdbm/lists"}