Current section
Files
Jump to
Current section
Files
src/fifo_db.app.src
{application,fifo_db,
[{description,"Project-FiFo db wrapper"},
{vsn,"0.2.5"},
{registered,[]},
{applications,[kernel,eleveldb,rocksdb,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"}]}]}.