opam-version: "2.0" maintainer: [ "Romain Calascibetta " "Reynir Björnsson " ] authors: [ "Romain Calascibetta " "Reynir Björnsson " ] 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"