opam-version: "1.2"
name: "asl"
maintainer: "dave@recoil.org"
authors: [ "David Scott" ]
license: "ISC"
homepage: "https://github.com/mirage/ocaml-asl"
dev-repo: "https://github.com/mirage/ocaml-asl.git"
bug-reports: "https://github.com/mirage/ocaml-asl/issues"
doc: "https://mirage.github.io/ocaml-vmnet/"

build: [
  [ "jbuilder" "subst" "-p" name] {pinned}
  [ "jbuilder" "build" "-p" name "-j" jobs ]
]

depends: [
  "result"
  "logs"
  "ocamlfind" {build}
  "jbuilder"   {build & >="1.0+beta9"}
]
