diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-12-29 10:24:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-29 10:24:54 +0000 |
| commit | d1bdebc2209815aab5e1e926a5837aebf21e30f1 (patch) | |
| tree | bc1e85bd1a7e3e514902e2cd13525bbb8771aa78 | |
| parent | 68994a0f94c34f0832a5ec49abcb5669320acd7c (diff) | |
| parent | 47e79d2a778543e98d5d0930e6ef0456fdfc0406 (diff) | |
| download | packages-d1bdebc2209815aab5e1e926a5837aebf21e30f1.tar.gz packages-d1bdebc2209815aab5e1e926a5837aebf21e30f1.zip | |
Merge pull request #445 from vegansk/master
Add nimactors library
| -rw-r--r-- | packages.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 29c931e..c5c3cd4 100644 --- a/packages.json +++ b/packages.json @@ -5595,6 +5595,18 @@ "web": "https://github.com/luked99/linuxfb.nim" }, { + "name": "nimactors", + "url": "https://github.com/vegansk/nimactors", + "method": "git", + "tags": [ + "actors", + "library" + ], + "description": "Actors library for Nim inspired by akka-actors", + "license": "MIT", + "web": "https://github.com/vegansk/nimactors" + }, + { "name": "porter", "url": "https://github.com/iourinski/porter", "method": "git", @@ -5606,5 +5618,5 @@ "description": "Simple extensible implementation of Porter stemmer algorithm", "license": "MIT", "web": "https://github.com/iourinski/porter" - } + } ] |
