Current section

Files

Jump to
fifo_db src fifo_db.app.src
Raw

src/fifo_db.app.src

{application,fifo_db,
[{description,"Project-FiFo db wrapper"},
{vsn,"0.1.8"},
{registered,[]},
{applications,[kernel,eleveldb,lager,stdlib]},
{mod,{fifo_db_app,[]}},
{env,[{backend,fifo_db_leveldb}]},
{maintainers,["Heinz N. Gies"]},
{licenses,["CDDL"]},
{links,[{"Github","https://github.com/project-fifo/fifo_db"}]}]}.