Name: | ocaml-sexplib |
Version: | 7.0.5 |
Release: | 32.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 1037288 |
License: | LGPLv2+ with exceptions and BSD |
RPM: |
ocaml-sexplib-7.0.5-32.el7.aarch64.rpm
|
Source RPM: |
ocaml-sexplib-7.0.5-32.el7.src.rpm
|
Build Date: | Mon Dec 31 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://forge.ocamlcore.org/projects/sexplib |
Summary: | OCaml library for converting OCaml values to S-expressions |
Description: | This library contains functionality for parsing and pretty-printing
S-expressions. In addition to that it contains an extremely useful
preprocessing module for Camlp4, which can be used to automatically
generate code from type definitions for efficiently converting
OCaml-values to S-expressions and vice versa. In combination with the
parsing and pretty-printing functionality this frees users from having
to write their own I/O-routines for datastructures they
define. Possible errors during automatic conversions from
S-expressions to OCaml-values are reported in a very human-readable
way. Another module in the library allows you to extract and replace
sub-expressions in S-expressions. |