package sexp_decode

  1. Overview
  2. Docs
A library to decode S-expression into structured data

Install

Dune Dependency

Authors

Maintainers

Sources

sexp_decode-0.5.tar.gz
md5=138fdff0fe842cc4e1b8c4c0b57846c4
sha512=dd65e0163f42551b8e9313ceaea3b83b7338a3d7b89beac852a582b2d2618acf532a269410e11b8e335f7e442e61a2b89ce5f3b5a98817beadc884e38c39f5f0

Description

A library of monadic combinators that help translating S-expressions (as provided by the Csexp library) into structured data

Published: 16 Feb 2022

README

Sexp_decode

Sexp_decode is a library of monadic combinators for decoding S-expressions (as defined in the Csexp library) into structured data.

Sexp_decode is available on opam and can be installed with the following command:

opam install sexp_decode

Alternatively, you can install the development version as follows:

git clone https://gitlab.inria.fr/bmontagu/sexp_decode.git
cd sexp_decode
opam pin add .

Author: Benoît Montagu benoit.montagu@inria.fr

Copyright Inria 2022

Dependencies (4)

  1. ocaml >= "4.08"
  2. ppx_inline_test >= "v0.14.1"
  3. csexp >= "1.5.1"
  4. dune >= "2.9"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.