this repo has no description

Merge pull request #25478 from sorawee/release-pretty_expressive-0.5

[new release] pretty_expressive (0.5)

Changed files
+41
packages
pretty_expressive
pretty_expressive.0.5
+41
packages/pretty_expressive/pretty_expressive.0.5/opam
···
+
opam-version: "2.0"
+
synopsis: "A pretty expressive printer"
+
description:
+
"A pretty printer implementation of 'A Pretty Expressive Printer' (OOPSLA'23), with an emphasis on expressiveness and optimality."
+
maintainer: ["Sorawee Porncharoenwase <sorawee.pwase@gmail.com>"]
+
authors: ["Sorawee Porncharoenwase <sorawee.pwase@gmail.com>"]
+
license: "ISC"
+
homepage: "https://github.com/sorawee/pretty-expressive-ocaml"
+
doc: "https://sorawee.github.io/pretty-expressive-ocaml/"
+
bug-reports: "https://github.com/sorawee/pretty-expressive-ocaml/issues"
+
depends: [
+
"ocaml" {>= "4.05"}
+
"dune" {>= "3.10"}
+
"mdx" {>= "2.3.0" & != "2.4.0" & with-test}
+
"alcotest" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/sorawee/pretty-expressive-ocaml.git"
+
url {
+
src:
+
"https://github.com/sorawee/pretty-expressive-ocaml/releases/download/0.5/pretty_expressive-0.5.tbz"
+
checksum: [
+
"sha256=6d3adf12289b5ca838c782b6758982adaf1afa3d70cf8fd2cee0e6753f456b86"
+
"sha512=1cf8fb91761ce3adec91f7a14ece8ef4e25661e26b0be199759fe53cd11caf5609639cda9dc89f2dcf76c32cc35302fcb2022184e0cae1c020b0cd940892182e"
+
]
+
}
+
x-commit-hash: "f39224046efd9b91b398c5b9a477323b0aad0620"