Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 914 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 914 Bytes

Project

This repository contains an implementation of the YAML data format in Erlang.

Low-level parsing is based on libyaml and uses a NIF. Care has been taken to use enif_schedule_nif and enif_consume_timeslice to avoid blocking the scheduler during parsing.

Serialization uses the libyaml emitter API. It is currently not configurable.

Documentation

A handbook is available in the doc directory.

Contact

If you find a bug or have any question, feel free to open a GitHub issue or to contact me by email.

Please note that I do not currently review or accept any contribution.