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" {>= "2.9.0"} "irmin" {= version} "graphql" {>= "0.13.0" & < "0.14."} "graphql-lwt" {>= "0.13.0" & < "0.14."} "graphql-cohttp" {>= "0.13.0" & < "0.14."} "graphql_parser" {>= "0.13.0" & < "0.14."} "cohttp-lwt" "cohttp" "fmt" "lwt" {>= "5.3.0"} "alcotest-lwt" {with-test & >= "1.1.0"} "yojson" {with-test} "cohttp-lwt-unix" {with-test} "alcotest" {with-test & >= "1.2.3"} "logs" {with-test} ] synopsis: "GraphQL server for Irmin" url { src: "https://github.com/mirage/irmin/releases/download/3.3.2/irmin-3.3.2.tbz" checksum: [ "sha256=95a87ecc3dc2b35eee56cb351c32d2bd78c8967180a4b028324d815bfce1a6ff" "sha512=20faba561c80c5389e91993d7e2cc0cedd1330cf098b68f0456f5068cde369a5589a05cd2aeb0a701d65a7d1e1e6f4045ccfbf60349cbea2bfd02981d7bb244c" ] } x-commit-hash: "c1ce45164bbe67f6f6274870c312faab2c8ed438"