this repo has no description
1opam-version: "2.0" 2maintainer: "Andreas Garnaes <andreas.garnaes@gmail.com>" 3authors: "Andreas Garnaes <andreas.garnaes@gmail.com>" 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 "-j" jobs] {with-test} 14] 15 16depends: [ 17 "ocaml" {>= "4.03.0"} 18 "dune" {>= "1.8.0"} 19 "irmin" {>= "2.2.0" & < "2.3.0"} 20 "graphql" {>= "0.13.0" & < "0.14.0"} 21 "graphql-lwt" {>= "0.13.0"} 22 "graphql-cohttp" {>= "0.13.0"} 23 "cohttp-lwt" 24 "graphql_parser" {>= "0.13.0"} 25 "alcotest-lwt" {>= "1.1.0" & with-test} 26 "yojson" {with-test} 27 "irmin-mem" {with-test & >= "2.2.0" & < "2.3.0"} 28 "cohttp-lwt-unix" {with-test} 29] 30 31 32synopsis: "GraphQL server for Irmin" 33url { 34 src: 35 "https://github.com/mirage/irmin/releases/download/2.2.0/irmin-2.2.0.tbz" 36 checksum: [ 37 "sha256=a44e018495336e0f632433fcae7b4e84699938a7110212da9e3818b35048fc3f" 38 "sha512=8dd9e9f09877a5541ee1be3387e041f63e6b522f9efac388d72199f965b0692f2502e93c1ddc2a5f959289fa2f75f06849582cffbcc201de19e9bd50413f6115" 39 ] 40}