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/asetmap" 5doc: "http://erratique.ch/software/asetmap/doc" 6license: "ISC" 7dev-repo: "git+http://erratique.ch/repos/asetmap.git" 8bug-reports: "https://github.com/dbuenzli/asetmap/issues" 9depends: [ 10 "ocaml" {>= "4.01.0"} 11 "ocamlfind" {build} 12 "ocamlbuild" {build} 13 "topkg" {build} 14] 15build: [ 16 "ocaml" "pkg/pkg.ml" "build" 17 "--pinned" "%{pinned}%" ] 18synopsis: "Alternative, compatible, OCaml standard library Sets and Maps" 19description: """ 20asetmap provides slightly tweaked OCaml standard library Set and Map 21functors. asetmap tries to maximize compatibility with the standard 22library. It essentially gets rid of `Not_found` exceptions and provide 23pretty-printers for the data types. 24 25asetmap has no dependency is distributed under the ISC license.""" 26url { 27 src: "http://erratique.ch/software/asetmap/releases/asetmap-0.8.0.tbz" 28 checksum: [ 29 "sha256=c69e564ce6b85c6c95b9c2dd091451e2f8c44d165bc41f4d7511e35fec604f22" 30 "md5=5bebd8ab267d3b9d10f83ae8739a09c2" 31 ] 32}