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" & < "5.0.0"} 11 "dune" {>"1.11.0"} 12 "stdlib-shims" 13] 14synopsis: "MPP is both a preprocessor and a meta preprocessor" 15description: """ 16MPP is a simple preprocessor with a syntax you can parameterize 17to match your needs. 18 19MPP is also a meta processor that is meant to bring any programming 20language to the preprocessing level. You can easily use OCaml, or 21many other programming languages, as a preprocessor language for any 22text-based document. 23""" 24url { 25 src: "https://github.com/ocaml/MPP-language-blender/archive/0.3.5.tar.gz" 26 checksum: [ 27 "sha256=d372177fb5195dd1d0d0bfa2ee3e268653f7befdb188560d1fcadc91b0da51d4" 28 "md5=1eb9729d17a8c1d4147dedeb8f7d0541" 29 ] 30}