package serde

  1. Overview
  2. Docs
A serialization framework for OCaml

Install

Authors

Maintainers

Sources

serde-0.0.1.tbz
sha256=14c12871e403a531994acc99ca9d140ea00ea4f6a794d38f01f606eb33615dbd
sha512=fea87f5067ed2c27b76dcb0ff96c6d39c939f62aecced8cd19790e20af794fbfaa99d727c04461e42ab115c97f39d0fe68f93f016ed2cb1471d8cc0d55b19b10

Description

Serde is a serialization framework for OCaml that runs on the principle of maximum efficiency and user ergonomics while maintaining format flexibility. Internally Serde uses an intermediate language that can be cheaply mapped to and from different target formats like JSON, XML, or S-expressions, which makes Serde good for transcoding data as well.

Published: 25 Aug 2023

Dependencies (3)

  1. ppx_inline_test >= "v0.16.0"
  2. ocaml >= "4.14.0"
  3. dune >= "3.5"

Dev Dependencies (1)

  1. odoc with-doc

Conflicts

None