package asetmap
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=43211c54671e3c55e73e8ac5e1fb54e168d5c2875c356eb77efc98906c1f53fe
md5=9e4a518bfb6350e2f296c7f3147989c7
Description
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.
README
asetmap — Alternative, compatible, OCaml standard library Sets and Maps
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 the test
directory of the distribution. They can be built and run with:
topkg build --tests true && topkg test
Dependencies (4)
-
topkg
build
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
>= "4.01.0"
Dev Dependencies
None
Used by (11)
- capnp-rpc
- capnp-rpc-lwt
-
capnp-rpc-mirage
>= "0.9.0"
- capnp-rpc-net
-
capnp-rpc-unix
>= "0.9.0"
-
datakit
>= "0.9.0"
- datakit-ci
- datakit-github
-
odig
< "0.0.4"
- prometheus
-
prometheus-app
>= "1.0"
Conflicts
None