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 ["jbuilder" "subst" "-p" name] {dev} 15 [ "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 "ounit" {with-test} 25] 26synopsis: "Allocate memory pages suitable for aligned I/O" 27url { 28 src: 29 "https://github.com/mirage/io-page/releases/download/2.0.1/io-page-2.0.1.tbz" 30 checksum: [ 31 "sha256=7cf519fadaa58b076efc0a73934d40d55367b184b2ca7292491982d4e5243dd8" 32 "md5=900ceb361232695d9ca42d2bca72a6f2" 33 ] 34} 35available: opam-version >= "2.2.0" 36flags: deprecated