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] 22url { 23 src: 24 "https://github.com/robur-coop/cachet/releases/download/v0.0.1/cachet-0.0.1.tbz" 25 checksum: [ 26 "sha256=2c281a3babb3999e31218eb520ee4e92ae2840c65b997d093e7b3ee9485c100e" 27 "sha512=d13d71e74f74eb212925bbdaaedfb7ecb5e75b49db5dfb778018f2cf6f797d57f7f72cc78ead82ae9448d741eba38860794434473e7c274b9a02677bbf1f30d9" 28 ] 29} 30x-commit-hash: "099720b082400b24cd5de1b8916c5e2c7dda85a0"