From 385a99c094cdf00f3e2eec9c6eb071f84ebbf3fa Mon Sep 17 00:00:00 2001 From: Joey Date: Thu, 21 Jun 2018 19:07:22 +0900 Subject: [PATCH] Update packages.json with nim-extensions --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index e486a46..c8bc3e6 100644 --- a/packages.json +++ b/packages.json @@ -28,6 +28,19 @@ "license": "WTFPL", "web": "https://github.com/watzon/github-api-nim" }, + { + "name": "extensions", + "url": "https://github.com/jyapayne/nim-extensions", + "method": "git", + "tags": [ + "library", + "extensions", + "addons" + ], + "description": "A library that will add useful tools to Nim's arsenal.", + "license": "MIT", + "web": "https://github.com/jyapayne/nim-extensions" + }, { "name": "nimates", "url": "https://github.com/jamesalbert/nimates",