# This file was generated by `drom` from `drom.toml`.
# Do not modify or add to the `skip` field of `drom.toml`.
opam-version: "2.0"
license: "LGPL-2.1-with-OCaml-exception"
synopsis: "Easy management of configuration files"
description: """
EzConfig can be used to manage a configuration file with OCaml lexing
conventions (string escaping, comments). It was initially used by 
MLdonkey and is close to ocaml-config.
"""
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
homepage: "https://ocamlpro.github.io/ez_config"
doc: "https://ocamlpro.github.io/ez_config/sphinx"
bug-reports: "https://github.com/ocamlpro/ez_config/issues"
dev-repo: "git+https://github.com/ocamlpro/ez_config.git"
tags: "org:ocamlpro"
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
depends: [
  "ocaml" {>= "4.03.0"}
  "ez_file" {>= "0.1.0" & < "1.0.0"}
  "dune" {>= "2.6.0" & < "3.0.0"}
]

url {
    src: "https://github.com/ocamlpro/ez_config/archive/v0.1.1.tar.gz"
    checksum: [ "md5=e34e80a8b90e8c806e54a4e2e00436dc" ]
}
