From 63f1e532cbf892d40b13cad4bcebd02c6682a304 Mon Sep 17 00:00:00 2001 From: Florian Rauls <34367590+FlorianRauls@users.noreply.github.com> Date: Tue, 5 Oct 2021 10:01:25 +0200 Subject: [PATCH] Added package feta (#2019) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index f70e295..56dc261 100644 --- a/packages.json +++ b/packages.json @@ -23844,5 +23844,19 @@ "description": "WebDriver for Selenium(selenium-hub).", "license": "MIT", "web": "https://github.com/myamyu/selenimum" + }, + { + "name": "feta", + "url": "https://github.com/FlorianRauls/office-DSL-thesis", + "method": "git", + "tags": [ + "domain-specific-language", + "dsl", + "office", + "automation" + ], + "description": "A domain-specific for general purpose office automation. The language is embedded in Nim and allows for quick and easy integration of different office software environments.", + "license": "MIT", + "web": "https://github.com/FlorianRauls/office-DSL-thesis" } ]