opam-version: "2.0" maintainer: "anil@recoil.org" homepage: "https://github.com/mirage/io-page" dev-repo: "git+https://github.com/mirage/io-page.git" bug-reports: "https://github.com/mirage/io-page/issues" license: "ISC" authors: [ "Anil Madhavapeddy" "Dave Scott" "Thomas Gazagnaire" ] tags: ["org:mirage"] build: [ ["jbuilder" "subst" "-p" name] {dev} [ "jbuilder" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" {>= "4.03.0"} "io-page" {>= "2.0.0" & < "3.0.0"} "jbuilder" {>= "1.0+beta9"} "configurator" {build} "cstruct" {>= "2.0.0"} "ounit" {with-test} ] synopsis: "Allocate memory pages suitable for aligned I/O" url { src: "https://github.com/mirage/io-page/releases/download/2.0.1/io-page-2.0.1.tbz" checksum: [ "sha256=7cf519fadaa58b076efc0a73934d40d55367b184b2ca7292491982d4e5243dd8" "md5=900ceb361232695d9ca42d2bca72a6f2" ] } available: opam-version >= "2.2.0" flags: deprecated