this repo has no description
1opam-version: "2.0" 2synopsis: "A simple read-only Key/Value from Git to MirageOS" 3description: "An opiniated file-system for MirageOS" 4maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 5authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 6license: "MIT" 7homepage: "https://github.com/dinosaure/docteur" 8doc: "https://dinosaure.github.io/docteur/" 9bug-reports: "https://github.com/dinosaure/docteur/issues" 10depends: [ 11 "ocaml" {>= "4.07.0"} 12 "dune" {>= "2.8.0"} 13 "docteur" {= version} 14 "mirage-unix" {>= "5.0.0"} 15 "art" {>= "0.1.1"} 16 "bigstringaf" {>= "0.7.0"} 17 "carton" {>= "0.4.1" & < "1.0.0"} 18 "digestif" {>= "1.0.0"} 19 "git" {>= "3.7.0"} 20 "logs" {>= "0.7.0"} 21 "lwt" {>= "5.4.0"} 22 "mirage-kv" {>= "6.1.0"} 23] 24build: ["dune" "build" "-p" name "-j" jobs] 25run-test: ["dune" "runtest" "-p" name "-j" jobs] 26dev-repo: "git+https://github.com/dinosaure/docteur.git" 27url { 28 src: 29 "https://github.com/dinosaure/docteur/releases/download/v0.0.7/docteur-0.0.7.tbz" 30 checksum: [ 31 "sha256=8bfdbcbb49e668f115634cb5923e72e0faeb21efcf76e996d8c59719f3c50458" 32 "sha512=d3a1c1cae65db8ab0e9e986bef0bf1720a30f60af5ee4cbb7808483f9a8a9deffbb30271c12dbcfcd76655273efeb570a1aea9da7a8846fa52a0f335493a8652" 33 ] 34} 35x-commit-hash: "c36cb75eaaea9de03caff3734600db00d874e389"