|
Programs that use the dbm library must be linked as follows:or (if dynamic linking of C libraries is supported on your platform), start ocaml and type #load "dbm.cma";;.ocamlc other options dbm.cma other files ocamlopt other options dbm.cmxa other filesFor interactive use of the dbm library, do:ocamlmktop -o mytop dbm.cma ./mytop
This library is not available.Module Dbm: interface to the NDBM database