package ppx_deriving_yamlx

  1. Overview
  2. Docs
Yamlx ppx

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ppx_deriving_yaml-0.5.0.tbz
sha256=6e99f280519dcc962697292f77678917c69a5ba8ee3c93ea05d329115dcaca5a
sha512=326a597fc8d53fc6ab8dcbf3f534239ce0fc0823380f5c11da75b5c3b55d47f7206db5648113070bef2bd668da37f60f70b7bb42ea6ec99d8209fddbc0edd2a0

Description

Deriving conversion functions to and from yaml for your OCaml types using the YAMLx library.

Tags

ppx deriver yaml yamlx

Added to opam-repository:

README

Derivers for Yaml and JSON

This repository contains the source code for:

  • ppx_deriving_yaml a ppx deriver for Yaml.
  • ppx_deriving_ezjsonm a ppx deriver for JSON using the Ezjsonm library.
  • ppx_deriving_yamlx a ppx deriver for YAMLx.

Installation

You may need to update your opam-repository.

opam update
opam install ppx_deriving_yaml     # For the Yaml deriver
opam install ppx_deriving_ezjsonm  # For the Ezjsonm deriver
opam install ppx_deriving_yamlx    # For the YAMLx deriver

Documentation

The latest documentation is available here.

The documentation contains sample programs.

Dependencies (4)

  1. ppxlib >= "0.36.0"
  2. ocaml >= "4.08.1"
  3. yamlx >= "0.5.0"
  4. dune >= "3.21"

Dev Dependencies (4)

  1. odoc with-doc
  2. ocamlformat with-dev-setup & = "0.29.0"
  3. mdx with-test & >= "2.4.1"
  4. alcotest with-test

Used by

None

Conflicts

None