package csexp

  1. Overview
  2. No Docs
Parsing and printing of S-expressions in Canonical form

Install

Dune Dependency

Authors

Maintainers

Sources

csexp-1.5.1.tbz
sha256=d605e4065fa90a58800440ef2f33a2d931398bf2c22061a8acb7df845c0aac02
sha512=d785bbabaff9f6bf601399149ef0a42e5e99647b54e27f97ef1625907793dda22a45bf83e0e8a1eba2c63634c5484b54739ff0904ef556f5fc592efa38af7505

Description

This library provides minimal support for Canonical S-expressions [1]. Canonical S-expressions are a binary encoding of S-expressions that is super simple and well suited for communication between programs.

This library only provides a few helpers for simple applications. If you need more advanced support, such as parsing from more fancy input sources, you should consider copying the code of this library given how simple parsing S-expressions in canonical form is.

To avoid a dependency on a particular S-expression library, the only module of this library is parameterised by the type of S-expressions.

[1] https://en.wikipedia.org/wiki/Canonical_S-expressions

Published: 31 Mar 2021

Dependencies (2)

  1. ocaml >= "4.03.0"
  2. dune >= "1.11"

Dev Dependencies (1)

  1. odoc with-doc

Used by (21)

  1. containers >= "3.5"
  2. coq-of-ocaml >= "2.5.0"
  3. dot-merlin-reader != "4.4~5.0.preview" & < "4.6"
  4. dune-action-plugin >= "3.0.2"
  5. dune-configurator >= "2.7.1"
  6. dune-private-libs >= "3.0.2"
  7. dune-rpc
  8. dune-rpc-lwt
  9. earlybird >= "1.0.1"
  10. gopcaml-mode-merlin < "0.0.6"
  11. lsp < "1.10.5"
  12. mdx >= "1.8.1"
  13. merlin >= "3.4.0" & < "4.6-414" | >= "4.7-412" & < "4.7-414"
  14. merlin-lib
  15. ocaml-lsp-server
  16. ocamlformat >= "0.22.4" & < "0.25.1"
  17. ocamlformat-lib
  18. ocamlformat-rpc-lib
  19. ometrics < "0.2.0"
  20. sexp_decode
  21. stdune

Conflicts

None