this repo has no description
1opam-version: "2.0"
2maintainer: "Craig Ferguson <craig@tarides.com>"
3homepage: "https://github.com/mirage/irmin"
4bug-reports: "https://github.com/mirage/irmin/issues"
5license: "ISC"
6dev-repo: "git+https://github.com/mirage/irmin.git"
7
8build: [
9 ["dune" "subst"] {dev}
10 ["dune" "build" "-p" name "-j" jobs]
11]
12
13depends: [
14 "dune" {>= "1.8.0"}
15 "ocaml" {>= "4.06.0"}
16 "ocaml-syntax-shims"
17 "ppxlib" {>= "0.12.0" & < "0.18.0"}
18]
19
20synopsis: "PPX deriver for Irmin generics"
21authors: "Craig Ferguson <craig@tarides.com>"
22url {
23 src:
24 "https://github.com/mirage/irmin/releases/download/2.2.0/irmin-2.2.0.tbz"
25 checksum: [
26 "sha256=a44e018495336e0f632433fcae7b4e84699938a7110212da9e3818b35048fc3f"
27 "sha512=8dd9e9f09877a5541ee1be3387e041f63e6b522f9efac388d72199f965b0692f2502e93c1ddc2a5f959289fa2f75f06849582cffbcc201de19e9bd50413f6115"
28 ]
29}