diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-11-06 11:29:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-06 11:29:05 +0000 |
| commit | cf2bbc28b9ec59f8305cdad62100ca751e361a1b (patch) | |
| tree | 5897db3dbb8037835ab8ec2389fba9b1577ef7fd | |
| parent | fb3e429442a23c4568a9dd74094bd2269391392f (diff) | |
| parent | efccc6a6607e33d0bd4cd61f81d093c0bc471b7e (diff) | |
| download | packages-cf2bbc28b9ec59f8305cdad62100ca751e361a1b.tar.gz packages-cf2bbc28b9ec59f8305cdad62100ca751e361a1b.zip | |
Merge pull request #611 from alehander42/master
Add zero_functional entry
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 7309b75..a66292f 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
