From 61b2557a377e4ed3a90c8fc3a5fed220714a00cf Mon Sep 17 00:00:00 2001 From: metagn Date: Mon, 28 Aug 2023 12:17:17 +0300 Subject: [PATCH] Add package knot (#2694) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 94110ab..06902a8 100644 --- a/packages.json +++ b/packages.json @@ -31295,6 +31295,19 @@ "license": "GPL-3.0-only", "web": "https://codeberg.org/pswilde/bc_webservices" }, + { + "name": "knot", + "url": "https://github.com/metagn/knot", + "method": "git", + "tags": [ + "macro", + "namespace", + "trait" + ], + "description": "tie compile-time values to types under names", + "license": "MIT", + "web": "https://github.com/metagn/knot" + }, { "name": "shopifyextractor", "url": "https://github.com/thisago/shopifyextractor",