opam-version: "2.0" maintainer: "anil@recoil.org" authors: ["Anil Madhavapeddy" "Dave Scott" "Thomas Gazagnaire"] license: "ISC" tags: "org:mirage" homepage: "https://github.com/mirage/io-page" bug-reports: "https://github.com/mirage/io-page/issues" depends: [ "ocaml" {>= "4.02.3"} "io-page" {>="2.1.0" & < "3.0.0"} "dune" {>= "1.0"} "cstruct" {>= "2.0.0"} "ounit" {with-test} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] dev-repo: "git+https://github.com/mirage/io-page.git" synopsis: "Support for efficient handling of I/O memory pages on Unix" description: """ IO pages are page-aligned, and wrapped in the `Cstruct` library to avoid copying the data contained within the page. """ url { src: "https://github.com/mirage/io-page/releases/download/v2.1.0/io-page-v2.1.0.tbz" checksum: [ "sha256=e471372742e64bbd6215281dd54a0375f797cc1bc53a80b85ca8a664dc8219f4" "md5=b0d25561552d3d7067f57337c5527c54" ] } available: opam-version >= "2.2.0" flags: deprecated