Current section

Files

Jump to
surreal src surreal.app.src
Raw

src/surreal.app.src

{application,surreal,
[{description,"Erlang driver for SurrealDB"},
{vsn,"2.0.0"},
{registered,[]},
{applications,[kernel,stdlib,gun,jsx]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/meppu/surreal"}]}]}.