opam-version: "2.0"
maintainer: "Jochen Bartl <jochenbartl@mailbox.org>"
authors: [ "Jochen Bartl <jochenbartl@mailbox.org>" ]
license: "BSD-2-Clause"
homepage: "https://github.com/verbosemode/syslog-message"
dev-repo: "git+https://github.com/verbosemode/syslog-message.git"
bug-reports: "https://github.com/verbosemode/syslog-message/issues"
doc: "https://verbosemode.github.io/syslog-message/doc"

build: [
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"]
    {with-test}
  ["ocaml" "pkg/pkg.ml" "test"] {with-test}
]
depends: [
  "ocaml" {>= "4.02.3"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "astring"
  "ptime"
  "qcheck" {with-test & < "0.5"}
]
synopsis: "Syslog message parser"
description:
  "This is a library for parsing and generating RFC 3164 compatible Syslog messages."
url {
  src:
    "https://github.com/verbosemode/syslog-message/releases/download/0.0.2/syslog-message-0.0.2.tbz"
  checksum: "md5=0894adad6e936975d5aaf7ed32ec2908"
}
