this repo has no description

Merge pull request #22211 from tov/sexp_pretty.v0.15.1

Package sexp_pretty.v0.15.1

Kate 3b4ded52 92da0af8

Changed files
+28
packages
sexp_pretty
sexp_pretty.v0.15.1
+28
packages/sexp_pretty/sexp_pretty.v0.15.1/opam
···
+
opam-version: "2.0"
+
maintainer: "Jane Street developers"
+
authors: ["Jane Street Group, LLC"]
+
homepage: "https://github.com/janestreet/sexp_pretty"
+
bug-reports: "https://github.com/janestreet/sexp_pretty/issues"
+
dev-repo: "git+https://github.com/janestreet/sexp_pretty.git"
+
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/sexp_pretty/index.html"
+
license: "MIT"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"base" {>= "v0.15" & < "v0.16"}
+
"ppx_base" {>= "v0.15" & < "v0.16"}
+
"sexplib" {>= "v0.15" & < "v0.16"}
+
"dune" {>= "2.0.0"}
+
"re" {>= "1.8.0"}
+
]
+
synopsis: "S-expression pretty-printer"
+
description: "
+
A library for pretty-printing s-expressions, using better indentation rules than
+
the default pretty printer in Sexplib.
+
"
+
url {
+
src: "https://github.com/janestreet/sexp_pretty/archive/refs/tags/v0.15.1.tar.gz"
+
checksum: "sha256=7e150c26068948fab42b2e9a1c2aec7032e204c02b77cf5ef14c0fab7b87e7e8"
+
}