package sexp_pretty

  1. Overview
  2. Docs
S-expression pretty-printer

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=7e150c26068948fab42b2e9a1c2aec7032e204c02b77cf5ef14c0fab7b87e7e8

Description

A library for pretty-printing s-expressions, using better indentation rules than the default pretty printer in Sexplib.

Published: 05 Oct 2022

README

README.org

A library for pretty-printing s-expressions, using better indentation rules than
the default pretty printer in Sexplib.

Dependencies (6)

  1. re >= "1.8.0"
  2. dune >= "2.0.0"
  3. sexplib >= "v0.15" & < "v0.16"
  4. ppx_base >= "v0.15" & < "v0.16"
  5. base >= "v0.15" & < "v0.16"
  6. ocaml >= "4.08.0"

Dev Dependencies

None

Conflicts

None