opam-version: "2.0" maintainer: "dave@recoil.org" authors: "David Scott" homepage: "https://github.com/mirage/ocaml-asl" bug-reports: "https://github.com/mirage/ocaml-asl/issues" license: "ISC" dev-repo: "git+https://github.com/mirage/ocaml-asl.git" build: [ [make "PREFIX=%{prefix}%"] ["ocaml" "setup.ml" "-doc"] {with-doc} ] install: [make "PREFIX=%{prefix}%" "install"] remove: ["ocamlfind" "remove" "asl"] depends: [ "ocaml" "result" "logs" "ocamlfind" {build} "ocamlbuild" {build} ] available: os = "macos" synopsis: "Bindings for the Apple System Log API" description: """ The Apple System Log allows applications to send log messages, which can be recorded, filterd and searched.""" flags: light-uninstall url { src: "https://github.com/mirage/ocaml-asl/archive/v0.8.tar.gz" checksum: [ "sha256=dc968341d0f43b127dded5a7193cfe4f0ab85f6ecf85347bc42395e0ebd856a6" "md5=9a15d71b31bf71476dc853a242ca0903" ] }