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" 8doc: "https://mirage.github.io/ocaml-vmnet/" 9 10build: [ 11 ["jbuilder" "subst" "-p" name] {dev} 12 [ "jbuilder" "build" "-p" name "-j" jobs ] 13] 14 15depends: [ 16 "ocaml" 17 "result" 18 "logs" 19 "ocamlfind" {build} 20 "jbuilder" {>= "1.0+beta9"} 21] 22synopsis: "Bindings for the Apple System Log API" 23description: """ 24The Apple System Log allows applications to send log messages, which can 25be recorded, filtered and searched.""" 26url { 27 src: 28 "https://github.com/mirage/ocaml-asl/releases/download/0.11/asl-0.11.tbz" 29 checksum: [ 30 "sha256=a4ad5b380a0e482c9b98ecaa3791c7856f353c0527856dad3705c121ff11cfc5" 31 "md5=db64cc814914023a107e0ed411437af5" 32 ] 33}