opam-version: "2.0" synopsis: "A simple read-only Key/Value from Git to MirageOS" description: "An opiniated file-system for MirageOS" maintainer: "Romain Calascibetta " authors: "Romain Calascibetta " license: "MIT" homepage: "https://github.com/dinosaure/docteur" doc: "https://dinosaure.github.io/docteur/" bug-reports: "https://github.com/dinosaure/docteur/issues" depends: [ "ocaml" {>= "4.07.0"} "dune" {>= "2.8.0"} "docteur" {= version} "mirage-unix" {>= "5.0.0"} "art" {>= "0.1.1"} "bigstringaf" {>= "0.7.0"} "carton" {>= "0.4.1" & < "1.0.0"} "digestif" {>= "1.0.0"} "git" {>= "3.7.0"} "logs" {>= "0.7.0"} "lwt" {>= "5.4.0" & < "5.6.0"} "mirage-kv" {>= "3.0.0" & < "5.0.0"} ] build: ["dune" "build" "-p" name "-j" jobs] run-test: ["dune" "runtest" "-p" name "-j" jobs] dev-repo: "git+https://github.com/dinosaure/docteur.git" url { src: "https://github.com/dinosaure/docteur/releases/download/v0.0.3/docteur-0.0.3.tbz" checksum: [ "sha256=2cce3875b15515e256f2280164ff7e3319584527a000ece9244aae80e50061cf" "sha512=8db0aee11ec03d20d75c03e4d67cd235db585e71008cfee4069f711ac9506360dc1ee8a616947786f6879d488802cae13596c49fd298a3b1ce4019883847e57d" ] } x-commit-hash: "ea065e76b7f372fa0fc3a34fa701f2457db1bdc6"