Parsing and printing of S-expressions in Canonical form
https://opam.ocaml.org/packages/csexp
This library provides minimal support for Canonical S-expressions. 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.
- Developed at devel:languages:ocaml
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/ocaml-csexp && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000058 58 Bytes | |
_service | 0000000711 711 Bytes | |
ocaml-csexp-1.5.1.tar.xz | 0000010204 9.96 KB | |
ocaml-csexp.changes | 0000000481 481 Bytes | |
ocaml-csexp.spec | 0000002886 2.82 KB |
Revision 3 (latest revision is 4)
Dominique Leuenberger (dimstar_suse)
accepted
request 968049
from
Olaf Hering (olh)
(revision 3)
- Remove usage of ocaml-dune-bootstrap, following changes in ocaml-dune
Comments 0