Packages

Exyaml is a YAML parser and emitter for Elixir. It provides functions to parse YAML strings into Elixir data structures and to emit Elixir data structures as YAML strings. Exyaml is built on top of the yamerl library, which is a pure Erlang implementation of a YAML parser and emitter.

Current section

Files

Jump to
exyaml README.md
Raw

README.md

# Exyaml
Exyaml is a YAML parser/emitter for Elixir.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `exyaml` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:exyaml, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/exyaml](https://hexdocs.pm/exyaml).