1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
version: "0.8.1"
opam-version: "1.2"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
homepage: "http://erratique.ch/software/hmap"
doc: "http://erratique.ch/software/hmap/doc"
license: "ISC"
dev-repo: "http://erratique.ch/repos/hmap.git"
bug-reports: "http://github.com/dbuenzli/hmap/issues"
tags: ["data-structure" "org:erratique"]
available: [ ocaml-version >= "4.02.0"]
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}
]
depopts: [ ]
build: [[
"ocaml" "pkg/pkg.ml" "build"
"--pinned" "%{pinned}%" ]]
|