Packages

SSH subsystem for helping synchronize a release on a remote node

Current section

Files

Jump to
relsyncd src relsyncd.app.src
Raw

src/relsyncd.app.src

{application,relsyncd,
[{description,"SSH subsystem for helping synchronize a release on a remote node"},
{vsn,"0.1.1"},
{registered,[]},
{mod,{relsyncd_app,[]}},
{applications,[kernel,stdlib,ssh,relsync_lib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/joaohf/relsync"}]}]}.