opam-version: "2.0"
maintainer: "dave@recoil.org"
authors: [ "David Scott" ]
license: "ISC"
homepage: "https://github.com/mirage/ocaml-asl"
dev-repo: "git+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: [
  "ocaml"
  "result"
  "logs"
  "ocamlfind" {build}
  "jbuilder" {>= "1.0+beta9"}
]
synopsis: "Bindings for the Apple System Log API"
description: """
The Apple System Log allows applications to send log messages, which can
be recorded, filtered and searched."""
url {
  src:
    "https://github.com/mirage/ocaml-asl/releases/download/0.11/asl-0.11.tbz"
  checksum: "md5=db64cc814914023a107e0ed411437af5"
}
