package ez_subst

  1. Overview
  2. Docs
Ez_subst is a simple module to perform string substitutions

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
sha256=7c607da89ab133a32b04fe17e9e8462c9fba9faf8e1a08b023628c5d7c6a226f

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.

Tags

org:ocamlpro

Published: 29 Nov 2020

README

README.md

ez_subst

Ez_subst is a simple module to perform string substitutions, like ${brace}, $(paren), $[bracket] or $alpha. It provides many options to configure the substitutions.

  • Website: https://ocamlpro.github.io/ez_subst

  • General Documentation: https://ocamlpro.github.io/ez_subst/sphinx

  • API Documentation: https://ocamlpro.github.io/ez_subst/doc

  • Sources: https://github.com/ocamlpro/ez_subst

Dependencies (2)

  1. dune >= "2.6.0"
  2. ocaml >= "4.07.0"

Dev Dependencies (4)

  1. ocamlformat with-test
  2. odoc with-doc
  3. ppx_expect with-test
  4. ppx_inline_test with-test

Used by (2)

  1. drom_lib >= "0.3.0"
  2. ez_cmdliner >= "0.2.0"

Conflicts

None