this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3authors: ["Anil Madhavapeddy" "Dave Scott" "Thomas Gazagnaire"] 4license: "ISC" 5tags: "org:mirage" 6homepage: "https://github.com/mirage/io-page" 7bug-reports: "https://github.com/mirage/io-page/issues" 8doc: "https://mirage.github.io/io-page/" 9depends: [ 10 "conf-pkg-config" {build} 11 "ocaml" {>= "4.08.0"} 12 "dune" {>= "2.6"} 13 "cstruct" {>= "2.0.0"} 14 "ounit" {with-test} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 ["dune" "build" "-p" name "-j" jobs] 19 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 20] 21conflicts: [ 22 "mirage-xen" {< "6.0.0"} 23 "ocaml-freestanding" {< "0.4.1"} 24] 25depopts: [ 26 "ocaml-freestanding" 27] 28dev-repo: "git+https://github.com/mirage/io-page.git" 29synopsis: "Support for efficient handling of I/O memory pages" 30description: """ 31IO pages are page-aligned, and wrapped in the `Cstruct` library to avoid 32copying the data contained within the page. 33""" 34url { 35 src: 36 "https://github.com/mirage/io-page/releases/download/v3.0.0/io-page-3.0.0.tbz" 37 checksum: [ 38 "sha256=0e36ca74d9056ba6108090cb98bb2ebf2af079be3f4cdbea022820723ff786ee" 39 "sha512=777e5cf4cb82bfc21d026ea2a44a2c30f388a2daa570ad30a396d498b7e4845c0b887402fc002560e2bf17dd49ee7c9839675a3c587e6104f395997eef3c9667" 40 ] 41} 42x-commit-hash: "cc82c9cbd1e1caf7c40e12891b9e668d94b06b88" 43x-maintenance-intent: [ "(latest)" ]