this repo has no description
1opam-version: "2.0"
2maintainer: "Leonid Rozenberg <leonidr@gmail.com>"
3authors: "Leonid Rozenberg <leonidr@gmail.com>"
4homepage: "https://github.com/rleonid/partition_map/"
5dev-repo: "git+https://github.com/rleonid/partition_map.git"
6bug-reports: "https://github.com/rleonid/partition_map/issues"
7license: "Apache-2.0"
8
9build: [
10 ["jbuilder" "subst" "-p" name] {dev}
11 [ "jbuilder" "build" "-p" name "-j" jobs "@install"]
12]
13
14depends: [
15 "ocaml" {>= "4.06"}
16 "jbuilder" {>= "1.0+beta19"}
17 "bisect_ppx"
18 "ocaml-migrate-parsetree" {< "2.0.0"}
19]
20synopsis: "Partition maps"
21description: """
22A partition map is a data structure to track associations where we
23privilege merging above other operations."""
24url {
25 src: "https://github.com/rleonid/partition_map/archive/0.9.0.tar.gz"
26 checksum: [
27 "sha256=20c1794555623d6e7135585b234b77557266ff4d91ad7b9f0581ac0808ec889c"
28 "md5=ff939b72760dd1dbd59a4ecf74e36617"
29 ]
30}