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.3/pretty_expressive-0.3.tbz"
36 checksum: [
37 "sha256=a62e254d8acb0d2c92eaa9685a86b9003b9f46ddc0fee4af68834cbcc0dd5dd1"
38 "sha512=173754e8ca9bcbe7485b0d578cdbd5b98bb38b21d92b391446f9057ee0c2539ccec80f4a536994ca91904cf5e61f4f345bbf2e30157ce989b831ff3295884b31"
39 ]
40}
41x-commit-hash: "d0d0e896ba383b85b3016f92cea097f07f068291"