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.4/docteur-0.0.4.tbz" checksum: [ "sha256=0e261323b84639f7fc5d8ef11919c02f184d202e07e1b87f5a0d74939f79b6f8" "sha512=11a78591a5e279b7e6ce0526b821206dbfbc4a4edb0d358701a7e5d0bd9a47194ab1449ecb0db7c4e8695e5a8c79e62ada87bb35179ab371fd57f539327a29f7" ] } x-commit-hash: "0c4e4b35c861eed962fb88240caed91dd68a2c1c"