Current section
Files
Jump to
Current section
Files
src/fast_yaml.app.src
{application,fast_yaml,
[{description,"Fast YAML native library for Erlang / Elixir"},
{vsn,"1.0.7"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib]},
{mod,{fast_yaml_app,[]}},
{files,["src/","c_src/fast_yaml.c","include/","rebar.config",
"rebar.config.script","README.md","LICENSE.txt"]},
{licenses,["Apache 2.0"]},
{maintainers,["ProcessOne"]},
{links,[{"Github","https://github.com/processone/fast_yaml"}]}]}.