opam-version: "2.0" maintainer: "Andreas Garnaes " authors: "Andreas Garnaes " license: "ISC" homepage: "https://github.com/mirage/irmin" bug-reports: "https://github.com/mirage/irmin/issues" dev-repo: "git+https://github.com/mirage/irmin.git" doc: "https://mirage.github.io/irmin/" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "dune" {>= "1.8.0"} "irmin" {>= "2.0.0" & < "2.2.0"} "graphql" {>= "0.13.0" & < "0.14.0"} "graphql-lwt" {>= "0.13.0"} "graphql-cohttp" {>= "0.13.0"} "cohttp-lwt" "graphql_parser" {>= "0.13.0"} ] synopsis: "GraphQL server for Irmin" url { src: "https://github.com/mirage/irmin/releases/download/2.1.0/irmin-2.1.0.tbz" checksum: [ "sha256=af3837ddeaaabdde6c77cc46b87e8edbdef3539b1a0a8e329a0bd6b6fec928ca" "sha512=5bd2be34d61acf42a6c4e29f7b87fc15223ffa46546d6fb411f7519824ca8fd51f0db001787298f31c702998e73145c314b30e3e994154d0b3f63efe5f038976" ] }