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" {>= "6.1.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.7/docteur-0.0.7.tbz" checksum: [ "sha256=8bfdbcbb49e668f115634cb5923e72e0faeb21efcf76e996d8c59719f3c50458" "sha512=d3a1c1cae65db8ab0e9e986bef0bf1720a30f60af5ee4cbb7808483f9a8a9deffbb30271c12dbcfcd76655273efeb570a1aea9da7a8846fa52a0f335493a8652" ] } x-commit-hash: "c36cb75eaaea9de03caff3734600db00d874e389"