asetmap
v0.8.1
asetmap provides slightly tweaked OCaml standard library Set and Map
functors. asetmap tries to maximize compatibility with the standard
library. It essentially gets rid of Not_found
exceptions and provide
pretty-printers for the data types.
asetmap has no dependency is distributed under the ISC license.
Homepage: http://erratique.ch/software/asetmap
Installation
asetmap can be installed with opam
:
opam install asetmap
If you don't use opam
consult the opam
file for build
instructions.
Documentation
The documentation and API reference is automatically generated by from
the source interfaces. It can be consulted online or via odig doc asetmap
.
Sample programs
If you installed asetmap with opam
sample programs are located in
the directory opam config var asetmap:doc
.
In the distribution sample programs and tests are located in thetest
directory of the distribution. They can be built and run
with:
topkg build --tests true && topkg test
>= "0.9.0"
>= "0.9.0"
>= "0.9.0"
< "0.0.4"
>= "1.0"