Merge pull request #445 from vegansk/master

Add nimactors library
This commit is contained in:
Dominik Picheta 2016-12-29 10:24:54 +00:00 committed by GitHub
commit d1bdebc220

View File

@ -5594,6 +5594,18 @@
"license": "MIT",
"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",
@ -5606,5 +5618,5 @@
"description": "Simple extensible implementation of Porter stemmer algorithm",
"license": "MIT",
"web": "https://github.com/iourinski/porter"
}
}
]