Current section
Files
Jump to
Current section
Files
src/ovsdb.app.src
{application,ovsdb,
[{description,"Erlang library for supporting OVSDB protocol"},
{vsn,"0.2.0"},
{registered,[]},
{mod,{ovsdb_app,[]}},
{applications,[kernel,stdlib,ssl,runtime_tools,lager,jsone]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub",
"https://github.com/vasu-dasari/erlang-ovsdb"}]}]}.