this repo has no description

Merge pull request #23898 from pw374/add-mpp.0.3.6

add mpp.0.3.6 - compatible with ocaml 5

Changed files
+28
packages
mpp
mpp.0.3.6
+28
packages/mpp/mpp.0.3.6/opam
···
+
opam-version: "2.0"
+
maintainer: "Philippe Wang <philippe.wang@gmail.com>"
+
authors: [ "Philippe Wang <philippe.wang@gmail.com>" ]
+
license: "ISC"
+
homepage: "https://github.com/ocaml/MPP-language-blender"
+
dev-repo: "git+https://github.com/ocaml/MPP-language-blender.git"
+
bug-reports: "https://github.com/ocaml/MPP-language-blender/issues"
+
build: ["dune" "build" "-p" name "-j" jobs]
+
depends: [
+
"ocaml" {>= "4.03"}
+
"dune" {>"1.11.0"}
+
"stdlib-shims"
+
"camlp-streams"
+
]
+
synopsis: "MPP is both a preprocessor and a meta preprocessor"
+
description: """
+
MPP is a simple preprocessor with a syntax you can parameterize
+
to match your needs.
+
+
MPP is also a meta processor that is meant to bring any programming
+
language to the preprocessing level. You can easily use OCaml, or
+
many other programming languages, as a preprocessor language for any
+
text-based document.
+
"""
+
url {
+
src: "https://github.com/ocaml/MPP-language-blender/archive/0.3.6.tar.gz"
+
checksum: "md5=efd6cb0b5975e0c5de7f283bd60fd1bc"
+
}