asetmap
asetmap copied to clipboard
Alternative, compatible, OCaml standard library Sets and Maps
asetmap — Alternative, compatible, OCaml standard library Sets and Maps
%%VERSION%%
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 and 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 the
test directory of the distribution. They can be built and run
with:
topkg build --tests true && topkg test