Current section
Files
Jump to
Current section
Files
src/eleveldb.app.src
{application,eleveldb,
[{description,"Erlang LevelDB API"},
{vsn,"2.1.3"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[{total_leveldb_mem_percent,15},{use_bloomfilter,true}]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/basho/eleveldb"}]}]}.