this repo has no description

Merge pull request #21626 from yomimono/release-chamelon-v0.0.9.1

[new release] chamelon and chamelon-unix (0.0.9.1)

Kate 146d34e8 1df4d256

Changed files
+97
packages
chamelon
chamelon.0.0.9.1
chamelon-unix
chamelon-unix.0.0.9.1
+42
packages/chamelon-unix/chamelon-unix.0.0.9.1/opam
···
+
opam-version: "2.0"
+
maintainer: [ "yomimono <maintenance@identity-function.com>" ]
+
authors: [ "yomimono <maintenance@identity-function.com>" ]
+
homepage: "https://github.com/yomimono/chamelon"
+
bug-reports: "https://github.com/yomimono/chamelon/issues"
+
dev-repo: "git+https://github.com/yomimono/chamelon.git"
+
license: "ISC"
+
synopsis: "Command-line Unix utilities for chamelon filesystems"
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
+
]
+
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"dune" {>= "2.9.0"}
+
"mirage-crypto-rng" {>= "0.10.6" & with-test}
+
"alcotest" {>= "1.5.0" & with-test}
+
"alcotest-lwt" {>= "1.5.0" & with-test}
+
"bos" {>= "0.2.0"}
+
"chamelon" {= version}
+
"cmdliner" {>= "1.1.0"}
+
"fmt" {>= "0.8.7"}
+
"logs" {>= "0.6.0"}
+
"lwt" {>= "5.3.0"}
+
"mirage-block" {>= "3.0.0"}
+
"mirage-block-unix" {>= "2.13.0"}
+
"mirage-clock" {>= "2.0.0"}
+
"mirage-clock-unix" {>= "4.0.0"}
+
"mirage-kv" {>= "4.0.1"}
+
"mirage-logs" {>= "1.2.0"}
+
]
+
url {
+
src:
+
"https://github.com/yomimono/chamelon/releases/download/v0.0.9.1/chamelon-v0.0.9.1.tbz"
+
checksum: [
+
"sha256=14c8e64ce48dbfc09876a1a66351e44ce41669b87a0cc7c900a1cadc563d9bad"
+
"sha512=8988a0f03b1b0f89fee68a3950710705f1053536c24cde3dbb8916a2f0a90ce72eb97cacd400101f715a240dae6596f1fa598ec38bf30069be7d159a7f960653"
+
]
+
}
+
x-commit-hash: "0c1d470001f6c2c6598118a88cb4534f15f3ac68"
+55
packages/chamelon/chamelon.0.0.9.1/opam
···
+
opam-version: "2.0"
+
maintainer: [ "yomimono <maintenance@identity-function.com>" ]
+
authors: [ "yomimono <maintenance@identity-function.com>" ]
+
homepage: "https://github.com/yomimono/chamelon"
+
bug-reports: "https://github.com/yomimono/chamelon/issues"
+
dev-repo: "git+https://github.com/yomimono/chamelon.git"
+
license: "ISC"
+
synopsis: "Subset of littlefs filesystem fulfilling MirageOS KV"
+
description: """
+
Chamelon implements a subset of the littlefs filesystem,
+
which was originally designed for microcontroller use. It exposes
+
an interface matching the Mirage_kv.RW module type and operates
+
on top of a block device matching Mirage_block.S .
+
+
It is extremely not POSIX."""
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
+
]
+
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"dune" {>= "2.9.0"}
+
"chamelon-unix" {= version & with-test}
+
"crowbar" {>= "0.2.1" & with-test}
+
"fpath" {>= "0.7.3" & with-test}
+
"alcotest" {>= "1.5.0" & with-test}
+
"alcotest-lwt" {>= "1.5.0" & with-test}
+
"mirage-block-unix" {>= "2.13.0" & with-test}
+
"mirage-crypto-rng" {>= "0.10.6" & with-test}
+
"bechamel" {>= "0.2.0" & with-test}
+
"bechamel-js" {>= "0.2.0" & with-test}
+
"checkseum" {>= "0.3.2"}
+
"cstruct" {>= "6.0.0"}
+
"digestif" {>= "1.0.0"}
+
"fmt" {>= "0.8.7"}
+
"logs" {>= "0.6.0"}
+
"lwt" {>= "5.3.0"}
+
"ptime" {>= "0.8.6"}
+
"mirage-block" {>= "3.0.0"}
+
"mirage-clock" {>= "2.0.0"}
+
"mirage-kv" {>= "4.0.1"}
+
"mirage-logs" {>= "1.2.0"}
+
"optint" {>= "0.0.4"}
+
]
+
url {
+
src:
+
"https://github.com/yomimono/chamelon/releases/download/v0.0.9.1/chamelon-v0.0.9.1.tbz"
+
checksum: [
+
"sha256=14c8e64ce48dbfc09876a1a66351e44ce41669b87a0cc7c900a1cadc563d9bad"
+
"sha512=8988a0f03b1b0f89fee68a3950710705f1053536c24cde3dbb8916a2f0a90ce72eb97cacd400101f715a240dae6596f1fa598ec38bf30069be7d159a7f960653"
+
]
+
}
+
x-commit-hash: "0c1d470001f6c2c6598118a88cb4534f15f3ac68"