Files
gmconfig/src/gmconfig.app.src
T
uwiger 08287da7b7 Validator extensions, zomp vsn 0.2.0 (#5)
Co-authored-by: Ulf Wiger <ulf@wiger.net>
Reviewed-on: #5
2026-05-14 17:00:02 +09:00

18 lines
408 B
Erlang

%% -*- mode: erlang; erlang-indent-level: 4; indent-tabs-mode: nil -*-
{application, gmconfig,
[{description, "Gajumaru configuration management support"},
{vsn, "zomp"},
{registered, []},
{applications,
[
kernel
, stdlib
, setup
]},
{env, []},
{modules, []},
{maintainers, ["QPQ IaaS AG"]},
{licensens, ["ISC"]},
{links, [{"gitea", "https://git.qpq.swiss/gmconfig"}]}
]}.