this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3homepage: "https://github.com/mirage/io-page" 4dev-repo: "git+https://github.com/mirage/io-page.git" 5bug-reports: "https://github.com/mirage/io-page/issues" 6license: "ISC" 7authors: [ 8 "Anil Madhavapeddy" 9 "Dave Scott" 10 "Thomas Gazagnaire" 11] 12tags: ["org:mirage"] 13build: [ 14 [ "env" "OPAM_PKG_CONFIG_PATH=%{prefix}%/lib/pkgconfig" "jbuilder" "subst"] {pinned} 15 [ "env" "OPAM_PKG_CONFIG_PATH=%{prefix}%/lib/pkgconfig" "jbuilder" "build" "-p" name "-j" jobs ] 16] 17 18depends: [ 19 "ocaml" {>= "4.03.0"} 20 "io-page" {>= "2.0.0" & < "3.0.0"} 21 "jbuilder" {>= "1.0+beta9"} 22 "configurator" {build} 23 "cstruct" {>= "2.0.0"} 24 "mirage-xen-ocaml" 25] 26synopsis: "Allocate memory pages suitable for aligned I/O" 27flags: deprecated 28url { 29 src: 30 "https://github.com/mirage/io-page/releases/download/2.0.1/io-page-2.0.1.tbz" 31 checksum: [ 32 "sha256=7cf519fadaa58b076efc0a73934d40d55367b184b2ca7292491982d4e5243dd8" 33 "md5=900ceb361232695d9ca42d2bca72a6f2" 34 ] 35}