From 0b0f158ecd7067c132377cb3c1194f5fe6ba590b Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Sun, 17 May 2020 03:25:39 -0700 Subject: [PATCH] Add fusion package (#1476) * Add fusion package * fixup --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 4fe5e8e..49429be 100644 --- a/packages.json +++ b/packages.json @@ -17884,6 +17884,17 @@ "license": "Apache-2.0", "web": "https://github.com/xzeshen/huffman" }, + { + "name": "fusion", + "url": "https://github.com/nim-lang/fusion", + "method": "git", + "tags": [ + "distribution" + ], + "description": "Nim's official stdlib extension", + "license": "MIT", + "web": "https://github.com/nim-lang/fusion" + }, { "name": "bio", "url": "https://github.com/xzeshen/bio",