this repo has no description

[new release] cachet (3 packages) (0.0.2)

CHANGES:

- Second release

Changed files
+97
packages
cachet
cachet.0.0.2
cachet-lwt
cachet-lwt.0.0.2
cachet-solo5
cachet-solo5.0.0.2
+33
packages/cachet-lwt/cachet-lwt.0.0.2/opam
···
+
opam-version: "2.0"
+
maintainer: [ "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
"Reynir Björnsson <reynir@reynir.dk>" ]
+
authors: [ "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
"Reynir Björnsson <reynir@reynir.dk>" ]
+
homepage: "https://git.robur.coop/robur/cachet"
+
bug-reports: "https://git.robur.coop/robur/cachet"
+
dev-repo: "git+https://github.com/robur-coop/cachet"
+
doc: "https://robur-coop.github.io/cachet/"
+
license: "MIT"
+
synopsis: "A simple cache system for mmap and lwt"
+
description: """A small library that provides a simple cache system for page-by-page read access on a block device with lwt."""
+
+
build: [ "dune" "build" "-p" name "-j" jobs ]
+
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
+
+
depends: [
+
"ocaml" {>= "4.14.0"}
+
"dune" {>= "3.5.0"}
+
"lwt"
+
"cachet" {= version}
+
"alcotest" {with-test & >= "1.8.0"}
+
]
+
x-maintenance-intent: [ "(latest)" ]
+
url {
+
src:
+
"https://github.com/robur-coop/cachet/releases/download/v0.0.2/cachet-0.0.2.tbz"
+
checksum: [
+
"sha256=7cf3d609523592516ee5570c106756168d9dca264412a0ef4085d9864c53cbad"
+
"sha512=6f05a5fb19324df71ff9c3067a7c17a7a248d431417551169e4ca5aa8b177b6f902bfec73f0ee907443fe01dd9153c6b3ec97fbf0f325d1bcfcb28f7a2501adf"
+
]
+
}
+
x-commit-hash: "a9c5488ac53c83a67340ec1e67dcac4bf65e2e70"
+33
packages/cachet-solo5/cachet-solo5.0.0.2/opam
···
+
opam-version: "2.0"
+
maintainer: [ "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
"Reynir Björnsson <reynir@reynir.dk>" ]
+
authors: [ "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
"Reynir Björnsson <reynir@reynir.dk>" ]
+
homepage: "https://git.robur.coop/robur/cachet"
+
bug-reports: "https://git.robur.coop/robur/cachet"
+
dev-repo: "git+https://github.com/robur-coop/cachet"
+
doc: "https://robur-coop.github.io/cachet/"
+
license: "MIT"
+
synopsis: "A simple cache system for mmap"
+
description: """A small library that provides a simple cache system for page-by-page read access on a block device."""
+
+
build: [ "dune" "build" "-p" name "-j" jobs ]
+
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
+
+
depends: [
+
"ocaml" {>= "4.14.0"}
+
"dune" {>= "3.5.0"}
+
"cachet" {= version}
+
"mirage-solo5" {>= "0.7.0"}
+
"alcotest" {with-test & >= "1.8.0"}
+
]
+
x-maintenance-intent: [ "(latest)" ]
+
url {
+
src:
+
"https://github.com/robur-coop/cachet/releases/download/v0.0.2/cachet-0.0.2.tbz"
+
checksum: [
+
"sha256=7cf3d609523592516ee5570c106756168d9dca264412a0ef4085d9864c53cbad"
+
"sha512=6f05a5fb19324df71ff9c3067a7c17a7a248d431417551169e4ca5aa8b177b6f902bfec73f0ee907443fe01dd9153c6b3ec97fbf0f325d1bcfcb28f7a2501adf"
+
]
+
}
+
x-commit-hash: "a9c5488ac53c83a67340ec1e67dcac4bf65e2e70"
+31
packages/cachet/cachet.0.0.2/opam
···
+
opam-version: "2.0"
+
maintainer: [ "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
"Reynir Björnsson <reynir@reynir.dk>" ]
+
authors: [ "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
"Reynir Björnsson <reynir@reynir.dk>" ]
+
homepage: "https://git.robur.coop/robur/cachet"
+
bug-reports: "https://git.robur.coop/robur/cachet"
+
dev-repo: "git+https://github.com/robur-coop/cachet"
+
doc: "https://robur-coop.github.io/cachet/"
+
license: "MIT"
+
synopsis: "A simple cache system for mmap"
+
description: """A small library that provides a simple cache system for page-by-page read access on a block device."""
+
+
build: [ "dune" "build" "-p" name "-j" jobs ]
+
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
+
+
depends: [
+
"ocaml" {>= "4.14.0"}
+
"dune" {>= "3.5.0"}
+
"alcotest" {with-test & >= "1.7.0"}
+
]
+
x-maintenance-intent: [ "(latest)" ]
+
url {
+
src:
+
"https://github.com/robur-coop/cachet/releases/download/v0.0.2/cachet-0.0.2.tbz"
+
checksum: [
+
"sha256=7cf3d609523592516ee5570c106756168d9dca264412a0ef4085d9864c53cbad"
+
"sha512=6f05a5fb19324df71ff9c3067a7c17a7a248d431417551169e4ca5aa8b177b6f902bfec73f0ee907443fe01dd9153c6b3ec97fbf0f325d1bcfcb28f7a2501adf"
+
]
+
}
+
x-commit-hash: "a9c5488ac53c83a67340ec1e67dcac4bf65e2e70"