-
Notifications
You must be signed in to change notification settings - Fork 0
Fork of CamlDBM with purpose of porting to GNU Dbm
License
programming-cjr/camldbm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The CamlDBM library OVERVIEW: This OCaml library is a binding to the NDBM/GDBM Unix "databases". 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: - OCaml - Either the GDBM library or any NDBM-compatible library (make sure to install the development files as well, e.g. the package libgdbm-dev for Debian or Ubuntu). INSTALLATION: - Run the "configure" script by typing ./configure - Build the library: make all - Test the library: make test - Install the library: sudo make install 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.
About
Fork of CamlDBM with purpose of porting to GNU Dbm
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published