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.10.tar.gz"
31 checksum: [
32 "sha256=ae60f770f6a0d620a797c9a243bc78fd547586699c6862ed8bce63ab0100e748"
33 "md5=74ade9e7a2015bbfa54d220ec4dcb7af"
34 ]
35}