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"} "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.5/docteur-0.0.5.tbz" checksum: [ "sha256=41bf2d7b493276f62cbdfa394c8f574727f1dee4c266dc94b587e7cad8cbcb8b" "sha512=2be62425cd57c3a161d0346d29b9091045019446b16bacc298b101bf6861c5fcd5e6b19c71fb4e78be79dc182a3f79df3fcd81c2fc84ee618555ea21976d23fb" ] } x-commit-hash: "e72bfa65078fa7f84a413f210a92f370f8fb9253"