package hmap
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=6a00db1b12b6f55e1b2419f206fdfbaa669e14b51c78f8ac3cffa0a58897be83
md5=04169252265a11d852e1547445177196
Description
Hmap provides heterogeneous value maps for OCaml. These maps bind keys to values with arbitrary types. Keys witness the type of the value they are bound to which allows to add and lookup bindings in a type safe manner.
Hmap has no dependency and is distributed under the ISC license.
README
Hmap — Heterogeneous value maps for OCaml
v0.8.1
Hmap provides heterogeneous value maps for OCaml. These maps bind keys to values with arbitrary types. Keys witness the type of the value they are bound to which allows to add and lookup bindings in a type safe manner.
Hmap has no dependency and is distributed under the ISC license.
Home page: http://erratique.ch/software/hmap
Contact: Daniel Bünzli <daniel.buenzl i@erratique.ch>
Installation
Hmap can be installed with opam
:
opam install hmap
If you don't use opam
consult the opam
file for build instructions.
Documentation
The documentation and API reference is automatically generated by ocamldoc
from the interfaces. It can be consulted online and there is a generated version in the doc
directory of the distribution.
Sample programs
If you installed Hmap with opam
sample programs are located in the directory opam config var hmap:doc
.
In the distribution sample programs and tests are located in the test
directory of the distribution. They can be built an run with
topkg build --tests true
topkg test
Dependencies (4)
-
topkg
build
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
>= "4.02.0"
Dev Dependencies
None
Used by (17)
- archi
- dkim
-
dolmen
>= "0.10"
-
dream
< "1.0.0~alpha3"
- dream-pure
-
eio
>= "0.4"
-
mimic
< "0.0.2"
-
moonpool
>= "0.7"
-
ocsigenserver
>= "3.0.0" & < "6.0.0"
-
opentelemetry
>= "0.8"
-
opium
>= "0.15.0" & < "0.16.0"
- opium_kernel
- producer
- rock
-
shcaml
>= "0.2.0"
-
tiny_httpd
>= "0.17.0"
- uspf
Conflicts
None