Packages

An accessible config library for Erlang applications

Current section

Files

Jump to
gourd src gourd.app.src
Raw

src/gourd.app.src

{application,gourd,
[{description,"An accessible config library for Erlang applications"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib,tomerl]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"SourceHut","https://git.sr.ht/~fancycade/gourd"}]}]}.