File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
packages/pretty_expressive/pretty_expressive.0.5 Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "A pretty expressive printer"
3+ description:
4+ "A pretty printer implementation of 'A Pretty Expressive Printer' (OOPSLA'23), with an emphasis on expressiveness and optimality."
5+ maintainer: ["Sorawee Porncharoenwase <
[email protected] >"]
6+ authors: ["Sorawee Porncharoenwase <
[email protected] >"]
7+ license: "ISC"
8+ homepage: "https://github.com/sorawee/pretty-expressive-ocaml"
9+ doc: "https://sorawee.github.io/pretty-expressive-ocaml/"
10+ bug-reports: "https://github.com/sorawee/pretty-expressive-ocaml/issues"
11+ depends: [
12+ "ocaml" {>= "4.05"}
13+ "dune" {>= "3.10"}
14+ "mdx" {>= "2.3.0" & != "2.4.0" & with-test}
15+ "alcotest" {with-test}
16+ "odoc" {with-doc}
17+ ]
18+ build: [
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+ ]
32+ dev-repo: "git+https://github.com/sorawee/pretty-expressive-ocaml.git"
33+ url {
34+ src:
35+ "https://github.com/sorawee/pretty-expressive-ocaml/releases/download/0.5/pretty_expressive-0.5.tbz"
36+ checksum: [
37+ "sha256=6d3adf12289b5ca838c782b6758982adaf1afa3d70cf8fd2cee0e6753f456b86"
38+ "sha512=1cf8fb91761ce3adec91f7a14ece8ef4e25661e26b0be199759fe53cd11caf5609639cda9dc89f2dcf76c32cc35302fcb2022184e0cae1c020b0cd940892182e"
39+ ]
40+ }
41+ x-commit-hash: "f39224046efd9b91b398c5b9a477323b0aad0620"
You can’t perform that action at this time.
0 commit comments