this repo has no description
1opam-version: "2.0"
2synopsis: "A simple read-only Key/Value from Git to MirageOS"
3maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
5license: "MIT"
6homepage: "https://github.com/dinosaure/docteur"
7doc: "https://dinosaure.github.io/docteur/"
8bug-reports: "https://github.com/dinosaure/docteur/issues"
9description: """An opiniated file-system for MirageOS"""
10depends: [
11 "ocaml" {>= "4.07.0"}
12 "dune" {>= "2.8.0"}
13 "bigarray-compat" {>= "1.0.0"}
14 "bigstringaf" {>= "0.7.0"}
15 "bos" {>= "0.2.0"}
16 "cmdliner" {>= "1.0.4" & < "1.1.0"}
17 "digestif" {>= "1.0.0"}
18 "fmt" {>= "0.8.9"}
19 "fpath" {>= "0.7.0"}
20 "git" {>= "3.4.0"}
21 "git-cohttp-unix" {>= "3.4.0"}
22 "git-unix" {>= "3.4.0"}
23 "logs" {>= "0.7.0"}
24 "lwt" {>= "5.4.0"}
25 "mmap" {>= "1.1.0"}
26 "mtime" {>= "1.2.0" & < "2.0.0"}
27 "result" {>= "1.5"}
28 "rresult" {>= "0.6.0"}
29 "carton" {>= "0.4.0" & < "1.0.0"}
30 "art" {>= "0.1.1"}
31]
32build: ["dune" "build" "-p" name "-j" jobs]
33run-test: ["dune" "runtest" "-p" name "-j" jobs]
34dev-repo: "git+https://github.com/dinosaure/docteur.git"
35url {
36 src:
37 "https://github.com/dinosaure/docteur/releases/download/v0.0.2/docteur-0.0.2.tbz"
38 checksum: [
39 "sha256=13f907fcbf0730cfe65b21350d7014d9e80bc8edc61bbd4402dafaaf8dc4f8be"
40 "sha512=8c98d81722c398d1ab53baad2e93e38c5f00eecff24ffe72c46c30786d59c113ab0d486e47adf15b26a359082be737018d48ae347f610a1ab6653d1ead502525"
41 ]
42}
43x-commit-hash: "78a49486ab954c9a4d1bb76509a5a902eb64541d"