From 2cb2184f3dbc82276b235dd07b96fdaacf4dbf1e Mon Sep 17 00:00:00 2001 From: Arnaud Moura Date: Fri, 27 Aug 2021 18:33:49 +0200 Subject: [PATCH] Add package Kombinator (#1992) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6f2ceec..841d698 100644 --- a/packages.json +++ b/packages.json @@ -23609,5 +23609,18 @@ "description": "A good alternative to Makefile.", "license": "MIT", "web": "https://github.com/maubg-debug/build-sys" + }, + { + "name": "kombinator", + "url": "https://gitlab.com/ArMour85/kombinator.git", + "method": "git", + "tags": [ + "utility", + "binary", + "combination" + ], + "description": "Kombinator is a tool to generate commands line from parameters combination from a config file.", + "license": "MIT", + "web": "https://gitlab.com/ArMour85/kombinator.git" } ]