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.02.3"} 12 "dune" {>= "2.6"} 13 "cstruct" {>= "2.0.0"} 14 "bigarray-compat" 15 "ounit" {with-test} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 ["dune" "build" "-p" name "-j" jobs] 20 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 21] 22conflicts: [ 23 "mirage-xen" {< "6.0.0"} 24 "ocaml-freestanding" {< "0.4.1"} 25] 26depopts: [ 27 "ocaml-freestanding" 28] 29dev-repo: "git+https://github.com/mirage/io-page.git" 30synopsis: "Support for efficient handling of I/O memory pages" 31description: """ 32IO pages are page-aligned, and wrapped in the `Cstruct` library to avoid 33copying the data contained within the page. 34""" 35x-commit-hash: "1136fa7983725786f3175a0d9702db924b1f7744" 36url { 37 src: 38 "https://github.com/mirage/io-page/releases/download/v2.4.0/io-page-v2.4.0.tbz" 39 checksum: [ 40 "sha256=80caf401f9c389f1ccf75d93b2d82423e434171075ac0c9bd006dfa2ca6df442" 41 "sha512=4dcaff2132a74c7e69ab743534d913b15690f6deef02a94997dc61c08c62f735faf6fb1466f2f3af719fede8237da6a6b808cec45e1147c688ff240a02dc133e" 42 ] 43}