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

exograd/erl-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published