Skip to content

Commit

Permalink
Merge pull request #17730 from lefessan/z-2020-11-28-add-ez_subst
Browse files Browse the repository at this point in the history
[first release] Add ez_subst.0.1.0
  • Loading branch information
fdopen committed Nov 30, 2020
1 parent b30b447 commit 444b768
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/ez_subst/ez_subst.0.1.0/opam
@@ -0,0 +1,42 @@
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" ]
}

0 comments on commit 444b768

Please sign in to comment.