ocaml/dbm

Name: dbm

Owner: OCaml

Description: The legacy CamlDBM library for accessing NDBM/GDBM database files

Created: 2016-12-10 17:51:56.0

Updated: 2018-05-02 17:36:13.0

Pushed: 2018-05-11 14:17:21.0

Homepage:

Size: 21

Language: OCaml

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

The CamlDBM library

OVERVIEW

This OCaml library is a binding to the NDBM/GDBM Unix “databases” – more exactly, persistent key-value stores.

See the file dbm.mli for documentation of the programming inteface.

This library used to be included in the standard OCaml distribution. This is the standalone distribution of this library, with the same functionalities.

REQUIREMENTS
INSTALLATION
USAGE

In bytecode:

 ocamlc dbm.cma <other bytecode files>

In native code:

 ocamlopt dbm.cmxa <other bytecode files>
LICENSE

This 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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.