this repo has no description
1opam-version: "2.0" 2maintainer: "dave@recoil.org" 3authors: [ "David Scott" ] 4license: "ISC" 5homepage: "https://github.com/mirage/ocaml-win-eventlog" 6dev-repo: "git+https://github.com/mirage/ocaml-win-eventlog.git" 7bug-reports: "https://github.com/mirage/ocaml-win-eventlog/issues" 8 9build: [ 10 ["jbuilder" "subst" "-p" name] {dev} 11 ["jbuilder" "build" "-p" name "-j" jobs] 12 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} 13] 14depends: [ 15 "ocaml" 16 "jbuilder" {>= "1.0+beta10"} 17 "result" 18 "logs" 19] 20synopsis: "Write to the Windows event log" 21description: """ 22This library contains functions to write low-level events to the Windows 23event log, and to create a Log reporter which writes log messages to 24the event log.""" 25url { 26 src: "https://github.com/djs55/ocaml-win-eventlog/archive/v0.2.tar.gz" 27 checksum: [ 28 "sha256=4fd8028405a9b9186b60c502204dfed02da4535ec2359bee5a79e39d5d807310" 29 "md5=fc063081174b4bec76a4bec1cab972c8" 30 ] 31}