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 meta processor that is meant to bring any programming 17language to the preprocessing level. You can easily use OCaml as a 18preprocessor language for any text-based document. If you want to use 19another language, you just need to tell MPP how to use it. MPP also 20works as a simple preprocessor, as it provides its own (tiny) 21language.""" 22url { 23 src: "https://github.com/ocaml/MPP-language-blender/archive/0.3.4.tar.gz" 24 checksum: [ 25 "sha256=1ab09d627ef8a1022988dba48f2af4ed3d55cc5a7ee4db3baf04dbb7272e9dc6" 26 "md5=e79d5805ff43841a88e1fa3a2d5a6d59" 27 ] 28}