package mpp

  1. Overview
  2. Docs
A preprocessor meant to blend languages.

Install

Dune Dependency

Authors

Maintainers

Sources

mpp-0.3.1.tar.gz
md5=3fac3432229a9dc34adf6e62231b961d

Description

MPP is a meta processor that is meant to bring any programming language to the preprocessing level. You can easily use OCaml as a preprocessor language for any text-based document. If you want to use another language, you just need to tell MPP how to use it. MPP also works as a simple preprocessor, as it provides its own (tiny) language.

Published: 31 Jul 2017

Dependencies (3)

  1. ocamlfind build
  2. ocamlbuild build
  3. ocaml < "4.06.0"

Dev Dependencies

None

Used by (1)

  1. frag

Conflicts

None