opam-version: "2.0"

synopsis: "Camlp5 syntax extension for logging"
description: """
A simple camlp5 syntax extension that allows syntax
   REPR(expr)
which translates to a pair
   ("string with expression 'expr'", expr)

Useful for logging and pretty-printing
"""

maintainer: "kakadu.hafanana@gmail.com"
authors: "https://github.com/dboulytchev"
homepage: "https://github.com/dboulytchev/logger"
bug-reports: "https://github.com/dboulytchev/logger/issues"

depends: [
  "ocaml" { >= "4.07.0" }
  "ocamlfind" {build}
  "camlp5" { >= "8" | = "8.00~alpha04"  | = "8.00~alpha05" }
]
build: [
  [make "-f" "Makefile.ob"]
]
install: [make "-f" "Makefile.ob" "PREFIX=%{prefix}%" "install"]

dev-repo: "git+https://github.com/dboulytchev/logger.git"
url {
  src: "https://github.com/dboulytchev/logger/archive/0.4.5.zip"
  checksum: "md5=cf67fa77095b0d2ed42c688bfdc5ae50"
}
