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" 12description: """A small library that provides a simple cache system for page-by-page read access on a block device.""" 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 "alcotest" {with-test & >= "1.7.0"} 21] 22x-maintenance-intent: [ "(latest)" ] 23url { 24 src: 25 "https://github.com/robur-coop/cachet/releases/download/v0.0.2/cachet-0.0.2.tbz" 26 checksum: [ 27 "sha256=7cf3d609523592516ee5570c106756168d9dca264412a0ef4085d9864c53cbad" 28 "sha512=6f05a5fb19324df71ff9c3067a7c17a7a248d431417551169e4ca5aa8b177b6f902bfec73f0ee907443fe01dd9153c6b3ec97fbf0f325d1bcfcb28f7a2501adf" 29 ] 30} 31x-commit-hash: "a9c5488ac53c83a67340ec1e67dcac4bf65e2e70"