···
2
+
synopsis: "Parsing and printing of S-expressions in Canonical form"
5
+
This library provides minimal support for Canonical S-expressions
6
+
[1]. Canonical S-expressions are a binary encoding of S-expressions
7
+
that is super simple and well suited for communication between
10
+
This library only provides a few helpers for simple applications. If
11
+
you need more advanced support, such as parsing from more fancy input
12
+
sources, you should consider copying the code of this library given
13
+
how simple parsing S-expressions in canonical form is.
15
+
To avoid a dependency on a particular S-expression library, the only
16
+
module of this library is parameterised by the type of S-expressions.
18
+
[1] https://en.wikipedia.org/wiki/Canonical_S-expressions
20
+
maintainer: ["Jeremie Dimino <jeremie@dimino.org>"]
22
+
"Quentin Hocquet <mefyl@gruntech.org>"
23
+
"Jane Street Group, LLC <opensource@janestreet.com>"
24
+
"Jeremie Dimino <jeremie@dimino.org>"
27
+
homepage: "https://github.com/diml/csexp"
28
+
doc: "https://diml.github.io/csexp/"
29
+
bug-reports: "https://github.com/diml/csexp/issues"
32
+
"ocaml" {>= "4.04.0"}
33
+
"ppx_expect" {with-test}
36
+
["dune" "subst"] {pinned}
45
+
"@runtest" {with-test}
49
+
dev-repo: "git+https://github.com/diml/csexp.git"
52
+
"https://github.com/diml/csexp/releases/download/1.0.0/csexp-1.0.0.tbz"
54
+
"sha256=8935ff3992debe5c0e3fd6c381308705cbaf0755ff4690b5c6b90a8a6b01c718"
55
+
"sha512=add6ef317775a00c367d73075bf624b98b7c254197ba9cf4b3bf404cfa04b0b27a984d0b3300f96e3be53840fdbf28ed6e95eca5a044dfa2309d9e4606d5d4b3"