Initial commit

This commit is contained in:
Ulf Wiger
2025-02-24 22:17:41 +01:00
commit b40b7ddef4
6 changed files with 2085 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
%% -*- mode: erlang; erlang-indent-level: 4; indent-tabs-mode: nil -*-
{application, gmconfig,
[{description, "Gajumaru configuration management support"},
{vsn, "0.1.0"},
{registered, []},
{application,
[
kernel
, stdlib
, zj
]},
{env, []},
{modules, []},
{maintainers, ["QPQ IaaS AG"]},
{licensens, ["ISC"]},
{links, [{"gitea", "https://git.qpq.swiss/gmconfig"}]}
]}.