this repo has no description
1opam-version: "2.0" 2maintainer: "Philippe Wang <philippe.wang@gmail.com>" 3authors: [ "Philippe Wang <philippe.wang@gmail.com>" ] 4license: "ISC" 5homepage: "https://github.com/ocaml/MPP-language-blender" 6dev-repo: "git+https://github.com/ocaml/MPP-language-blender.git" 7bug-reports: "https://github.com/ocaml/MPP-language-blender/issues" 8build: ["dune" "build" "-p" name "-j" jobs] 9depends: [ 10 "ocaml" {>= "4.03"} 11 "dune" {>"1.11.0"} 12 "stdlib-shims" 13 "camlp-streams" 14] 15synopsis: "MPP is both a preprocessor and a meta preprocessor" 16description: """ 17MPP is a simple preprocessor with a syntax you can parameterize 18to match your needs. 19 20MPP is also a meta processor that is meant to bring any programming 21language to the preprocessing level. You can easily use OCaml, or 22many other programming languages, as a preprocessor language for any 23text-based document. 24""" 25url { 26 src: "https://github.com/ocaml/MPP-language-blender/archive/0.3.6.tar.gz" 27 checksum: [ 28 "sha256=ef91a4f66afc058760b4914f3443ee659557d95acf1b9827c09e8626622ea497" 29 "md5=efd6cb0b5975e0c5de7f283bd60fd1bc" 30 ] 31}