this repo has no description
1opam-version: "2.0" 2maintainer: "dave@recoil.org" 3authors: "David Scott" 4homepage: "https://github.com/mirage/ocaml-asl" 5bug-reports: "https://github.com/mirage/ocaml-asl/issues" 6license: "ISC" 7dev-repo: "git+https://github.com/mirage/ocaml-asl.git" 8build: [ 9 [make "PREFIX=%{prefix}%"] 10 ["ocaml" "setup.ml" "-doc"] {with-doc} 11] 12install: [make "PREFIX=%{prefix}%" "install"] 13remove: ["ocamlfind" "remove" "asl"] 14depends: [ 15 "ocaml" 16 "result" 17 "logs" 18 "ocamlfind" {build} 19 "ocamlbuild" {build} 20] 21available: os = "macos" 22synopsis: "Bindings for the Apple System Log API" 23description: """ 24The Apple System Log allows applications to send log messages, which can 25be recorded, filterd and searched.""" 26flags: light-uninstall 27url { 28 src: "https://github.com/mirage/ocaml-asl/archive/v0.8.tar.gz" 29 checksum: [ 30 "sha256=dc968341d0f43b127dded5a7193cfe4f0ab85f6ecf85347bc42395e0ebd856a6" 31 "md5=9a15d71b31bf71476dc853a242ca0903" 32 ] 33}