Packages

ETCD V3 client

Retired package: Release invalid - Wrong based version, add some changes

Current section

Files

Jump to
eetcd_fork src eetcd.app.src
Raw

src/eetcd.app.src

{application,eetcd,
[{description,"ETCD V3 client"},
{vsn,"0.5.0-fork"},
{pkg_name,"eetcd_fork"},
{registered,[eetcd_sup,eetcd_conn_sup,eetcd_lease_sup]},
{mod,{eetcd_app,[]}},
{applications,[kernel,stdlib,gun]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"Github","https://github.com/zhongwencool/eetcd"},
{"Fork",
"https://github.com/belltoy/eetcd/releases/tag/v0.5.0-fork"}]}]}.