opam-version: "2.0"
maintainer: "anil@recoil.org"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [make "all"]
depends: [
  "ocaml" {>= "4.00.1" & < "4.06.0"}
  "cstruct" {>= "0.7.1" & < "2.0.0"}
  "ocamlfind"
  "lwt" {>= "2.4.0" & < "4.0.0"}
  "xenstore" {>= "1.2.0"}
  "shared-memory-ring" {>= "0.4.0"}
  "tuntap" {>= "0.3" & < "0.6"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/mirage/mirage-platform"
install: [make "install" "PREFIX=%{prefix}%"]
synopsis: "MirageOS stdlib"
url {
  src:
    "https://github.com/mirage/mirage-platform/archive/mirage-platform-0.9.0.tar.gz"
  checksum: "md5=411d14098adb0efdcaf9a0c518a34811"
}
