File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
packages/pretty_expressive/pretty_expressive.0.1 Expand file tree Collapse file tree 1 file changed +40
-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+ "alcotest" {with-test}
15+ "odoc" {with-doc}
16+ ]
17+ build: [
18+ ["dune" "subst"] {dev}
19+ [
20+ "dune"
21+ "build"
22+ "-p"
23+ name
24+ "-j"
25+ jobs
26+ "@install"
27+ "@runtest" {with-test}
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+ dev-repo: "git+https://github.com/sorawee/pretty-expressive-ocaml.git"
32+ url {
33+ src:
34+ "https://github.com/sorawee/pretty-expressive-ocaml/releases/download/0.1/pretty_expressive-0.1.tbz"
35+ checksum: [
36+ "sha256=a32cb2e842ae3a2f256bc4ff9db4ebc9e239608f7e53b9dd37a3c3a8bceb9fcc"
37+ "sha512=b78785d471f346e7e4abab8f6401451ab396fa606646e763eb953ec52555974ca888786b8f2e51b59502dc3bd6f5c660d8ccab605bcc65acf9e7c2d7533b280f"
38+ ]
39+ }
40+ x-commit-hash: "9acfa09dba61e59419aacadf94a91f472b65bb26"
You can’t perform that action at this time.
0 commit comments