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