Current section

Files

Jump to
eleveldb src eleveldb.app.src
Raw

src/eleveldb.app.src

{application,eleveldb,
[{description,"Erlang LevelDB API"},
{vsn,"2.2.20"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[{total_leveldb_mem_percent,15},{use_bloomfilter,true}]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/basho/eleveldb"}]}]}.