opam-version: "2.0" name: "cachet" 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://git.robur.coop/robur/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"} ]