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.0/io-page-2.0.0.tbz" 31 checksum: [ 32 "sha256=85e6a503c690b1697b769765056a89803e0d6b7377fc5b6fb8b61a30bd0b736a" 33 "md5=b40222f38428a21d86d42ba8645a2c68" 34 ] 35}