patricoferris/ppx_deriving_yaml

OCaml types to Yaml types and back again

OCaml

41

99 commits

updated Sep 21, 2026

See the code

README

Derivers for Yaml and JSON

This repository contains the source code for:

  • ppx_deriving_yaml a ppx deriver for generating conversion functions for Yaml.
  • ppx_deriving_ezjsonm a ppx deriver for generating conversation functions for JSON (using the Ezjsonm library).

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

Documentation

The release documentation should be available on the OCaml.org website at https://ocaml.org/p/ppx_deriving_yaml and https://ocaml.org/p/ppx_deriving_ezjsonm.

The latest documentation is available here.

The documentation contains sample programs.

ocaml
ppx-deriver
yaml

Contributors

patricoferris

92 commits

andreypopp

3 commits

prosper74

3 commits

maurobringolf

1 commits

patricoferris/ppx_deriving_yaml

OCaml types to Yaml types and back again

OCaml

41

99 commits

updated Sep 21, 2026

See the code

README

Derivers for Yaml and JSON

This repository contains the source code for:

  • ppx_deriving_yaml a ppx deriver for generating conversion functions for Yaml.
  • ppx_deriving_ezjsonm a ppx deriver for generating conversation functions for JSON (using the Ezjsonm library).

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

Documentation

The release documentation should be available on the OCaml.org website at https://ocaml.org/p/ppx_deriving_yaml and https://ocaml.org/p/ppx_deriving_ezjsonm.

The latest documentation is available here.

The documentation contains sample programs.

ocaml
ppx-deriver
yaml

Contributors

patricoferris

92 commits

andreypopp

3 commits

prosper74

3 commits

maurobringolf

1 commits

Languages

OCaml

90.6%

Pawn

8.0%

Dune

1.4%