From 87799bd53761db0baa03388f7bf4376f435dab4d Mon Sep 17 00:00:00 2001 From: Ruslan Mustakov Date: Tue, 20 Feb 2018 01:11:19 +0700 Subject: Add names module --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 760eb99..8bade36 100644 --- a/packages.json +++ b/packages.json @@ -8204,5 +8204,16 @@ "description": "Nim bindings for p5.js.", "license": "MIT", "web": "https://github.com/Foldover/nim-p5" + }, + { + "name": "names", + "url": "https://github.com/pragmagic/names", + "method": "git", + "tags": [ + "strings" + ], + "description": "String interning library", + "license": "MIT", + "web": "https://github.com/pragmagic/names" } ] -- cgit v1.2.3