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