this repo has no description
1opam-version: "2.0"
2synopsis: "A pretty expressive printer"
3description:
4 "A pretty printer implementation of 'A Pretty Expressive Printer' (OOPSLA'23), with an emphasis on expressiveness and optimality."
5maintainer: ["Sorawee Porncharoenwase <sorawee.pwase@gmail.com>"]
6authors: ["Sorawee Porncharoenwase <sorawee.pwase@gmail.com>"]
7license: "ISC"
8homepage: "https://github.com/sorawee/pretty-expressive-ocaml"
9doc: "https://sorawee.github.io/pretty-expressive-ocaml/"
10bug-reports: "https://github.com/sorawee/pretty-expressive-ocaml/issues"
11depends: [
12 "ocaml" {>= "4.05"}
13 "dune" {>= "3.10"}
14 "mdx" {>= "2.3.0" & with-test}
15 "alcotest" {with-test}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/sorawee/pretty-expressive-ocaml.git"
33url {
34 src:
35 "https://github.com/sorawee/pretty-expressive-ocaml/releases/download/0.4/pretty_expressive-0.4.tbz"
36 checksum: [
37 "sha256=d5192e8dc99348aa2a2924672f8f122c5953e8c5d9b5b37abee59e6c25487995"
38 "sha512=d9a2cebc18a48b64ee87027063cb17386e22da126e6a1cab065ba9f9e6ce26837813234dc303f4a5e16c45de6f1f9ee0b8d2bdeba07667de779b1693862c1399"
39 ]
40}
41x-commit-hash: "8baf30ec4b7d5f251fb53a14359169c82a12c4f5"