this repo has no description
1opam-version: "2.0"
2synopsis: "A pretty-printing combinator library and rendering engine"
3description: """
4This library offers a set of combinators for building so-called documents as
5well as an efficient engine for converting documents to a textual, fixed-width
6format. The engine takes care of indentation and line breaks, while respecting
7the constraints imposed by the structure of the document and by the text width."""
8maintainer: "francois.pottier@inria.fr"
9authors: [
10 "François Pottier <francois.pottier@inria.fr>"
11 "Nicolas Pouillard <np@nicolaspouillard.fr>"
12]
13homepage: "https://github.com/fpottier/pprint"
14bug-reports: "francois.pottier@inria.fr"
15depends: [
16 "ocaml" {>= "4.02"}
17 "dune" {>= "1.3"}
18]
19build: ["dune" "build" "-p" name "-j" jobs]
20dev-repo: "git+ssh://git@github.com/fpottier/pprint.git"
21url {
22 src: "https://github.com/fpottier/pprint/archive/20200410.tar.gz"
23 checksum: [
24 "md5=d6b20d1db73cf15f79b2884a9e38bf06"
25 "sha512=f9a4ea908248cc14df1ef93418ce80598e88666b9347f683d5cc6f67a8c28290f0a4e40ae6f1842efa1d9c38d4802e7e3c77bbcf2e6f986c45ba12907e9580c9"
26 ]
27}