diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-02-19 20:52:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-19 20:52:53 +0000 |
| commit | 6d97348bf68cb332d891fab9bfbc1452ce1303a8 (patch) | |
| tree | 57cbf60ec5f23f4253b865b42a7b7397c3e28503 | |
| parent | 34510b6f803cbb20d171041fd0ed1c5f0c27bbbd (diff) | |
| parent | 87799bd53761db0baa03388f7bf4376f435dab4d (diff) | |
| download | packages-6d97348bf68cb332d891fab9bfbc1452ce1303a8.tar.gz packages-6d97348bf68cb332d891fab9bfbc1452ce1303a8.zip | |
Merge pull request #657 from endragor/names
Add names module
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
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" } ] |
