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"
19 "result"
20 "ocamlfind" {build}
21 "ocamlbuild" {build}
22]
23available: os = "macos"
24synopsis: "Bindings for the Apple System Log API"
25description: """
26The Apple System Log allows applications to send log messages, which can
27be recorded, filterd and searched."""
28flags: light-uninstall
29url {
30 src: "https://github.com/mirage/ocaml-asl/archive/v0.6.tar.gz"
31 checksum: [
32 "sha256=98cb3305bec3cd866a1f163d78ee463309e5cbbe6fb702973ca1f36cc84df5c3"
33 "md5=74024efaf14c56f724d8519450ec7233"
34 ]
35}