opam-version: "2.0"
synopsis: "Module to log messages. Aimed at being both powerful and easy to use"
maintainer: "mathiasmillet@gmail.com"
authors: "Mathias Millet"
license: "GPL"
homepage: "https://sapristi.github.io/easy_logging/"
bug-reports: "https://github.com/sapristi/easy_logging/issues"
dev-repo: "git+https://github.com/sapristi/easy_logging.git"
depends: [
  "ocaml" {>= "4.04.0"}
  "dune" {>= "1.8"}
  "calendar" {>= "2.0"}
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "easy_logging/examples"] {with-test}
]

description: """Logging infrastructure inspired by the Python logging module.
The aim of this module is to provide a quick and easy to use logging
infrastructure.

It has the following features :
   * one line logger creation
   * log messages printf style, or [string] or [string lazy_t]
   * tree logging architecture for light configuration
   * handlers associated to each logger will format, filter and treat the message independantly.
   * use the infrastructure with your own handlers with the [MakeLogging] functor.
   * use tags to add contextual information to log messages
"""
url {
  src: "https://github.com/sapristi/easy_logging/tarball/v0.6.1"
  checksum: [
    "md5=e4e71624902c7c06c75da8314287b0b7"
    "sha512=415b5ef14d05173c28acbec467cf5a6906fce5dd244658fbee7673cc516d23c0aa069984330befe85270b708af070e40275eb1c2e78bdf8f717116454c237d0c"
  ]
}
