{application,memstore,
             [{description,"Simple memory database for Erlang application using MVCC to store the data."},
              {vsn,"0.2.0"},
              {registered,[]},
              {mod,{memstore_app,[]}},
              {applications,[kernel,stdlib]},
              {env,[]},
              {modules,[]},
              {maintainers,["Benoit Chesneau"]},
              {licenses,["Apache 2.0"]},
              {links,[{"Gitlab","https://gitlab.com/barrel-db/memstore"}]}]}.
