this repo has no description
1opam-version: "2.0"
2authors: ["Benoît Vaugon"]
3homepage: "https://github.com/bvaugon/ocamlpp"
4bug-reports: "https://github.com/bvaugon/ocamlpp/issues"
5dev-repo: "git+https://github.com/bvaugon/ocamlpp.git"
6maintainer: "benoit.vaugon@gmail.com"
7build: [
8 ["./configure" "-prefix" prefix]
9 [make "all"]
10]
11remove: [
12 ["./configure" "-prefix" prefix]
13 [make "uninstall"]
14]
15depends: [
16 "ocaml" {>= "4.03.0" & < "4.13"}
17 "conf-which"
18 "ocamlbuild" {build}
19]
20install: [make "install"]
21synopsis: "OCaml binary files (.byte and .cmo) pretty printers."
22url {
23 src: "https://github.com/bvaugon/ocamlpp/archive/1.1.tar.gz"
24 checksum: [
25 "sha256=423958411e1715e258b2979815db3d2164b9931763f6faf515173f565eb1e64f"
26 "md5=891af3957cfaca548c13359fa5453341"
27 ]
28}