Packages

An easy KV wrapper for ETS

Current section

Files

Jump to
keep src keep.app.src
Raw

src/keep.app.src

{application,keep,
[{description,"An easy KV wrapper for ETS"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"SourceHut","https://git.sr.ht/~fancycade/keep"}]}]}.