Packages

A rebar plugin to manage schema migrations

Current section

Files

Jump to
rebar3_strata src rebar3_strata.app.src
Raw

src/rebar3_strata.app.src

{application,rebar3_strata,
[{description,"A rebar plugin to manage schema migrations"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"SourceHut",
"https://git.sr.ht/~fancycade/rebar3_strata"}]}]}.