this repo has no description
1opam-version: "2.0" 2maintainer: "rudi.grinberg@gmail.com" 3authors: [ 4 "Thibault Suzanne" 5 "Gabriel Scherer" 6 "Rudi Grinberg" 7] 8license: "MIT" 9 10build: [ 11 [make "configure"] 12 [make "all"] 13 [make "doc"] {with-doc} 14] 15remove: [["ocamlfind" "remove" "hamt"]] 16depends: [ 17 "ocaml" {>= "4.01.0"} 18 "ocamlfind" 19 "oasis" 20 "monomorphic" 21 "ounit" {>= "1.0.2"} 22 "ocamlbuild" {build} 23] 24dev-repo: "git+https://github.com/rgrinberg/ocaml-hamt" 25install: [make "install"] 26synopsis: "Hash Array Mapped Tries" 27flags: light-uninstall 28url { 29 src: "https://github.com/rgrinberg/ocaml-hamt/archive/0.1.tar.gz" 30 checksum: [ 31 "sha256=d366b6ca67b2a356946c0b2c35443a67af500055b28c35fd8b9ba320dcfe9891" 32 "md5=51f67ef806a08c1835566de208594565" 33 ] 34}