opam-version: "2.0"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
synopsis: "Ez_subst is a simple module to perform string substitutions"
description: """\
Ez_subst is a simple module to perform string substitutions, like
${brace}, $(paren), $[bracket] or $alpha. It provides many options
to configure the substitutions.
"""
authors: ["Fabrice LE FESSANT <fabrice.le_fessant@origin-labs.com>"]
maintainer: ["Fabrice LE FESSANT <fabrice.le_fessant@origin-labs.com>"]
homepage: "https://ocamlpro.github.io/ez_subst"
doc: "https://ocamlpro.github.io/ez_subst/sphinx"
bug-reports: "https://github.com/ocamlpro/ez_subst/issues"
dev-repo: "git+https://github.com/ocamlpro/ez_subst.git"
tags: "org:ocamlpro"
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
depends: [
  "ocaml" {>= "4.07.0"}
  "dune" {>= "2.6.0"}
  "ppx_inline_test" {with-test}
  "ppx_expect" {with-test}
  "odoc" {with-doc}
  "ocamlformat" {with-test}
]

url {
    src: "https://github.com/ocamlpro/ez_subst/archive/v0.1.0.tar.gz"
    checksum: [ "sha256=7c607da89ab133a32b04fe17e9e8462c9fba9faf8e1a08b023628c5d7c6a226f" ]
}
