this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3authors: ["Anil Madhavapeddy" "Dave Scott" "Thomas Gazagnaire"] 4license: "ISC" 5tags: "org:mirage" 6homepage: "https://github.com/mirage/io-page" 7bug-reports: "https://github.com/mirage/io-page/issues" 8depends: [ 9 "ocaml" {>= "4.02.3"} 10 "io-page" {< "3.0.0"} 11 "dune" {>= "1.0"} 12 "configurator" {build} 13 "cstruct" {>= "2.0.0"} 14 "ounit" {with-test} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 ["dune" "build" "-p" name "-j" jobs] 19 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 20] 21dev-repo: "git+https://github.com/mirage/io-page.git" 22synopsis: "Support for efficient handling of I/O memory pages on Unix" 23description: """ 24IO pages are page-aligned, and wrapped in the `Cstruct` library to avoid 25copying the data contained within the page. 26""" 27url { 28 src: 29 "https://github.com/mirage/io-page/releases/download/v2.2.0/io-page-v2.2.0.tbz" 30 checksum: [ 31 "sha256=f51ad9b96dd1378aae1474ee2929b56ddedaca5c5dc49459e291e5476c1ee047" 32 "sha512=4240bbc0c7b6c8c1bc0b628fcde51c73bc7f6e49b2cd7157e32d3277d1fe31f0604829a1ae49c84524922d3954ead870e02d215768310b21a0b1f57ee7344294" 33 ] 34} 35available: opam-version >= "2.2.0" 36flags: deprecated