bug-reports: "https://github.com/mirage/io-page/issues"
homepage: "https://github.com/mirage/io-page"
authors: ["Anil Madhavapeddy" "Dave Scott" "Thomas Gazagnaire"]
opam-version: "2.0"
maintainer: "anil@recoil.org"
tags: ["org:mirage" "org:xapi-project"]
build: make
remove: [
  ["ocamlfind" "remove" "io-page"]
]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "cstruct" {>= "1.0.1"}
  "mirage-types" {>= "1.0.0" & < "1.1.0"}
  "ounit"
  "ocamlbuild" {build}
]
conflicts: ["io-page-xen" "io-page-unix"]
dev-repo: "git://github.com/mirage/io-page"
install: [make "install"]
synopsis: "Allocate OS memory pages suitable for aligned I/O"
flags: light-uninstall
url {
  src: "https://github.com/mirage/io-page/archive/v1.0.0.tar.gz"
  checksum: "md5=6268f148096281fdc6b8896286824e1f"
}
