this repo has no description
1opam-version: "2.0"
2maintainer: [ "Romain Calascibetta <romain.calascibetta@gmail.com>"
3 "Reynir Björnsson <reynir@reynir.dk>" ]
4authors: [ "Romain Calascibetta <romain.calascibetta@gmail.com>"
5 "Reynir Björnsson <reynir@reynir.dk>" ]
6homepage: "https://git.robur.coop/robur/cachet"
7bug-reports: "https://git.robur.coop/robur/cachet"
8dev-repo: "git+https://github.com/robur-coop/cachet"
9doc: "https://robur-coop.github.io/cachet/"
10license: "MIT"
11synopsis: "A simple cache system for mmap and lwt"
12description: """A small library that provides a simple cache system for page-by-page read access on a block device with lwt."""
13
14build: [ "dune" "build" "-p" name "-j" jobs ]
15run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
16
17depends: [
18 "ocaml" {>= "4.14.0"}
19 "dune" {>= "3.5.0"}
20 "lwt"
21 "cachet" {= version}
22 "alcotest" {with-test & >= "1.8.0"}
23]
24x-maintenance-intent: [ "(latest)" ]
25url {
26 src:
27 "https://github.com/robur-coop/cachet/releases/download/v0.0.2/cachet-0.0.2.tbz"
28 checksum: [
29 "sha256=7cf3d609523592516ee5570c106756168d9dca264412a0ef4085d9864c53cbad"
30 "sha512=6f05a5fb19324df71ff9c3067a7c17a7a248d431417551169e4ca5aa8b177b6f902bfec73f0ee907443fe01dd9153c6b3ec97fbf0f325d1bcfcb28f7a2501adf"
31 ]
32}
33x-commit-hash: "a9c5488ac53c83a67340ec1e67dcac4bf65e2e70"