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