this repo has no description
1opam-version: "2.0"
2maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
3authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
4homepage: "http://erratique.ch/software/hmap"
5doc: "http://erratique.ch/software/hmap/doc"
6license: "ISC"
7dev-repo: "git+http://erratique.ch/repos/hmap.git"
8bug-reports: "http://github.com/dbuenzli/hmap/issues"
9tags: ["data-structure" "org:erratique"]
10depends: [
11 "ocaml" {>= "4.02.0"}
12 "ocamlfind" {build}
13 "ocamlbuild" {build}
14 "topkg" {build}
15]
16build: [[
17 "ocaml" "pkg/pkg.ml" "build"
18 "--pinned" "%{pinned}%" ]]
19synopsis: "Heterogeneous value maps for OCaml"
20description: """
21Hmap provides heterogeneous value maps for OCaml. These maps bind keys
22to values with arbitrary types. Keys witness the type of the value
23they are bound to which allows to add and lookup bindings in a type
24safe manner.
25
26Hmap has no dependency and is distributed under the ISC license."""
27url {
28 src: "http://erratique.ch/software/hmap/releases/hmap-0.8.1.tbz"
29 checksum: [
30 "sha256=6a00db1b12b6f55e1b2419f206fdfbaa669e14b51c78f8ac3cffa0a58897be83"
31 "md5=04169252265a11d852e1547445177196"
32 ]
33}
34
35x-maintenance-intent: ["(latest)"]