this repo has no description
1opam-version: "2.0" 2maintainer: "thomas@gazagnaire.org" 3authors: ["Thomas Gazagnaire" "Thomas Leonard"] 4license: "ISC" 5homepage: "https://github.com/mirage/irmin" 6bug-reports: "https://github.com/mirage/irmin/issues" 7dev-repo: "git+https://github.com/mirage/irmin.git" 8doc: "https://mirage.github.io/irmin/" 9 10build: [ 11 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13 ["dune" "runtest" "-p" name] {with-test} 14] 15 16depends: [ 17 "ocaml" {>= "4.02.3"} 18 "dune" {>= "1.1.0"} 19 "crunch" {>= "2.2.0"} 20 "webmachine" {>= "0.6.0"} 21 "irmin" {>= "2.0.0" & < "2.2.0"} 22 "cohttp-lwt" {>= "1.0.0"} 23 "irmin-git" {with-test & >= "2.0.0" & < "2.2.0"} 24 "irmin-mem" {with-test & >= "2.0.0" & < "2.2.0"} 25 "irmin-test" {with-test & >= "2.0.0" & < "2.2.0"} 26 "git-unix" {with-test} 27 "digestif" {with-test & >= "0.6.1"} 28] 29 30synopsis: "HTTP client and server for Irmin" 31url { 32 src: 33 "https://github.com/mirage/irmin/releases/download/2.0.0/irmin-2.0.0.tbz" 34 checksum: [ 35 "sha256=b90957bf1b03488447105659694b2fab234f256c8b721fe11b35fb12df760e27" 36 "sha512=68e7a772f46c4b93779b4d9e234b60c71b04b7b72f6f8f528e402caa78d5576c1aa92836cf6a940611e3729b6b48d0a6de93c40aec1dcea5c46937f8b3b4331e" 37 ] 38}