this repo has no description

Merge pull request #20681 from dinosaure/release-docteur-v0.0.3

[new release] docteur, docteur-unix and docteur-solo5 (0.0.3)

Kate c44271f0 7df20f8e

Changed files
+113
packages
docteur
docteur.0.0.3
docteur-solo5
docteur-solo5.0.0.3
docteur-unix
docteur-unix.0.0.3
+36
packages/docteur-solo5/docteur-solo5.0.0.3/opam
···
···
+
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 <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
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-solo5" {>= "0.7.0"}
+
"mirage-block-solo5"
+
"art" {>= "0.1.1"}
+
"bigstringaf" {>= "0.7.0"}
+
"carton" {>= "0.4.1"}
+
"digestif" {>= "1.0.0"}
+
"git" {>= "3.7.0"}
+
"hxd" {>= "0.3.1"}
+
"lwt" {>= "5.4.0"}
+
"mirage-kv" {>= "3.0.1"}
+
]
+
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.3/docteur-0.0.3.tbz"
+
checksum: [
+
"sha256=2cce3875b15515e256f2280164ff7e3319584527a000ece9244aae80e50061cf"
+
"sha512=8db0aee11ec03d20d75c03e4d67cd235db585e71008cfee4069f711ac9506360dc1ee8a616947786f6879d488802cae13596c49fd298a3b1ce4019883847e57d"
+
]
+
}
+
x-commit-hash: "ea065e76b7f372fa0fc3a34fa701f2457db1bdc6"
+35
packages/docteur-unix/docteur-unix.0.0.3/opam
···
···
+
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 <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
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"}
+
"digestif" {>= "1.0.0"}
+
"git" {>= "3.7.0"}
+
"logs" {>= "0.7.0"}
+
"lwt" {>= "5.4.0"}
+
"mirage-kv" {>= "3.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.3/docteur-0.0.3.tbz"
+
checksum: [
+
"sha256=2cce3875b15515e256f2280164ff7e3319584527a000ece9244aae80e50061cf"
+
"sha512=8db0aee11ec03d20d75c03e4d67cd235db585e71008cfee4069f711ac9506360dc1ee8a616947786f6879d488802cae13596c49fd298a3b1ce4019883847e57d"
+
]
+
}
+
x-commit-hash: "ea065e76b7f372fa0fc3a34fa701f2457db1bdc6"
+42
packages/docteur/docteur.0.0.3/opam
···
···
+
opam-version: "2.0"
+
synopsis: "A simple read-only Key/Value from Git to MirageOS"
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
license: "MIT"
+
homepage: "https://github.com/dinosaure/docteur"
+
doc: "https://dinosaure.github.io/docteur/"
+
bug-reports: "https://github.com/dinosaure/docteur/issues"
+
description: """An opiniated file-system for MirageOS"""
+
depends: [
+
"ocaml" {>= "4.07.0"}
+
"dune" {>= "2.8.0"}
+
"bigarray-compat" {>= "1.0.0"}
+
"bigstringaf" {>= "0.7.0"}
+
"bos" {>= "0.2.0"}
+
"cmdliner" {>= "1.0.4"}
+
"digestif" {>= "1.0.0"}
+
"fmt" {>= "0.8.9"}
+
"fpath" {>= "0.7.0"}
+
"git" {>= "3.7.0"}
+
"git-unix" {>= "3.7.0"}
+
"logs" {>= "0.7.0"}
+
"lwt" {>= "5.4.0"}
+
"mmap" {>= "1.1.0"}
+
"mtime" {>= "1.2.0"}
+
"result" {>= "1.5"}
+
"rresult" {>= "0.6.0"}
+
"carton" {>= "0.4.0"}
+
"art" {>= "0.1.1"}
+
]
+
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.3/docteur-0.0.3.tbz"
+
checksum: [
+
"sha256=2cce3875b15515e256f2280164ff7e3319584527a000ece9244aae80e50061cf"
+
"sha512=8db0aee11ec03d20d75c03e4d67cd235db585e71008cfee4069f711ac9506360dc1ee8a616947786f6879d488802cae13596c49fd298a3b1ce4019883847e57d"
+
]
+
}
+
x-commit-hash: "ea065e76b7f372fa0fc3a34fa701f2457db1bdc6"