opam-version: "2.0"
maintainer: "hannes@mehnert.org"
homepage:     "https://github.com/mirage/mirage-entropy"
authors:      ["Hannes Mehnert" "David Kaloper" "Anil Madhavapeddy" "Dave Scott"]
build: [make "unix-build"]
remove: [
  ["ocamlfind" "remove" "mirage-entropy-unix"]
]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind"
  "cstruct" {>= "1.3.0" & < "3.0.0"}
  "cstruct-lwt"
  "mirage-types-lwt" {< "2.5.0"}
  "mirage-unix" {< "3.0.0"}
  "camlp4"
  "lwt" {< "3.2.0"}
]
dev-repo: "git://github.com/mirage/mirage-entropy"
install: [make "unix-install"]
synopsis: "MirageOS entropy device"
flags: light-uninstall
url {
  src: "https://github.com/mirage/mirage-entropy/archive/v0.2.0.tar.gz"
  checksum: "md5=772d355891c8036d04e6e52c655657b3"
}
