Current section

Files

Jump to
fast_yaml src fast_yaml.app.src
Raw

src/fast_yaml.app.src

{application,fast_yaml,
[{description,"Fast YAML native library for Erlang / Elixir"},
{vsn,"1.0.36"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib,p1_utils]},
{mod,{fast_yaml_app,[]}},
{files,["src/","c_src/fast_yaml.c","include/","configure",
"rebar.config","rebar.config.script","vars.config.in",
"README.md","LICENSE.txt"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/processone/fast_yaml"}]}]}.