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"
9tags: [ "org:erratique" "set" "map" "stdlib" ]
10depends: [
11 "ocaml" {>= "4.01.0"}
12 "ocamlfind" {build}
13 "ocamlbuild" {build}
14 "topkg" {build}
15]
16build: [
17 "ocaml" "pkg/pkg.ml" "build"
18 "--pinned" "%{pinned}%" ]
19synopsis: "Alternative, compatible, OCaml standard library Sets and Maps"
20description: """
21asetmap provides slightly tweaked OCaml standard library Set and Map
22functors. asetmap tries to maximize compatibility with the standard
23library. It essentially gets rid of `Not_found` exceptions and provide
24pretty-printers for the data types.
25
26asetmap has no dependency is distributed under the ISC license."""
27url {
28 src: "http://erratique.ch/software/asetmap/releases/asetmap-0.8.1.tbz"
29 checksum: [
30 "sha256=43211c54671e3c55e73e8ac5e1fb54e168d5c2875c356eb77efc98906c1f53fe"
31 "md5=9e4a518bfb6350e2f296c7f3147989c7"
32 ]
33}
34
35x-maintenance-intent: ["(latest)"]