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 "ocaml" {>= "4.02.3"} 11 "dune" {>= "1.0"} 12 "dune-configurator" 13 "cstruct" {>= "2.0.0"} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 ["dune" "build" "-p" name "-j" jobs] 18] 19dev-repo: "git+https://github.com/mirage/io-page.git" 20synopsis: "Support for efficient handling of I/O memory pages" 21description: """ 22IO pages are page-aligned, and wrapped in the `Cstruct` library to avoid 23copying the data contained within the page. 24""" 25url { 26 src: 27 "https://github.com/mirage/io-page/releases/download/v2.1.0/io-page-v2.1.0.tbz" 28 checksum: [ 29 "sha256=e471372742e64bbd6215281dd54a0375f797cc1bc53a80b85ca8a664dc8219f4" 30 "md5=b0d25561552d3d7067f57337c5527c54" 31 ] 32}