Merge pull request #611 from alehander42/master

Add zero_functional entry
This commit is contained in:
Dominik Picheta 2017-11-06 11:29:05 +00:00 committed by GitHub
commit cf2bbc28b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7567,5 +7567,19 @@
"description": "threadsafe timerpool implementation for event purpose",
"license": "MIT",
"web": "https://github.com/mikra01/timerpool"
},
{
"name": "zero_functional",
"url": "https://github.com/alehander42/zero-functional",
"method": "git",
"tags": [
"functional",
"dsl",
"chaining",
"seq"
],
"description": "A library providing zero-cost chaining for functional abstractions in Nim",
"license": "MIT",
"web": "https://github.com/alehander42/zero-functional"
}
]