package sexp_pretty

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

Install

Dune Dependency

Authors

Maintainers

Sources

sexp_pretty-v0.15.0.tar.gz
sha256=99e8643bc2bf9d0201702b165acccc9195bbb481093dc16ccb95c9fdfe015df1

Description

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

Published: 21 Mar 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" & < "5.0"

Dev Dependencies

None

Conflicts

None