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" {>= "4.0.0" & < "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.4.0"} 20 "logs" {>= "0.7.0"} 21 "lwt" {>= "5.4.0" & < "5.6.0"} 22 "mirage-kv" {>= "3.0.1" & < "5.0.0"} 23 "mirage" {with-test & < "4.0"} 24 "mirage-unix" {with-test} 25 "mirage-bootvar-unix" {with-test} 26 "mirage-clock-unix" {with-test} 27 "mirage-console-unix" {with-test} 28 "mirage-logs" {with-test} 29 "mirage-channel" {with-test} 30 "mirage-fs" {with-test} 31 "mirage-block" {with-test} 32 "mirage-types" {with-test} 33 "mirage-types-lwt" {with-test} 34] 35build: ["dune" "build" "-p" name "-j" jobs] 36run-test: ["dune" "runtest" "-p" name "-j" jobs] 37dev-repo: "git+https://github.com/dinosaure/docteur.git" 38url { 39 src: 40 "https://github.com/dinosaure/docteur/releases/download/v0.0.2/docteur-0.0.2.tbz" 41 checksum: [ 42 "sha256=13f907fcbf0730cfe65b21350d7014d9e80bc8edc61bbd4402dafaaf8dc4f8be" 43 "sha512=8c98d81722c398d1ab53baad2e93e38c5f00eecff24ffe72c46c30786d59c113ab0d486e47adf15b26a359082be737018d48ae347f610a1ab6653d1ead502525" 44 ] 45} 46x-commit-hash: "78a49486ab954c9a4d1bb76509a5a902eb64541d"