opam-version: "2.0"
maintainer: "dave@recoil.org"
authors: [ "David Scott" ]
license: "ISC"
homepage: "https://github.com/mirage/ocaml-win-eventlog"
dev-repo: "git+https://github.com/mirage/ocaml-win-eventlog.git"
bug-reports: "https://github.com/mirage/ocaml-win-eventlog/issues"

build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml"
  "jbuilder" {>= "1.0+beta10"}
  "result"
  "logs"
]
synopsis: "Write to the Windows event log"
description: """
This library contains functions to write low-level events to the Windows
event log, and to create a Log reporter which writes log messages to
the event log."""
url {
  src: "https://github.com/djs55/ocaml-win-eventlog/archive/v0.2.tar.gz"
  checksum: "md5=fc063081174b4bec76a4bec1cab972c8"
}
