diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-02-19 23:04:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-19 23:04:33 +0100 |
| commit | 90d158b3aed00ce4ead72f496d819d49fc9e293d (patch) | |
| tree | e3dd822225666c6a111f479d72bcdb2b287c3fb6 | |
| parent | 83b744042dc66b7b24a80ed8c2436c14adaad3c3 (diff) | |
| parent | 32ecb6b463392820a089da17f50bc717e084ebe7 (diff) | |
| download | packages-90d158b3aed00ce4ead72f496d819d49fc9e293d.tar.gz packages-90d158b3aed00ce4ead72f496d819d49fc9e293d.zip | |
Merge pull request #474 from zielmicha/patch-1
Add reactorfuse
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 27bc476..40906e9 100644 --- a/packages.json +++ b/packages.json @@ -5973,5 +5973,17 @@ "description": "Test runner with file monitoring and desktop notification capabilities", "license": "GPLv3", "web": "https://github.com/FedericoCeratto/nim-testrunner" + }, + { + "name": "reactorfuse", + "url": "https://github.com/zielmicha/reactorfuse", + "method": "git", + "tags": [ + "filesystem", + "fuse" + ], + "description": "Filesystem in userspace (FUSE) for Nim (for reactor.nim library)", + "license": "MIT", + "web": "https://github.com/zielmicha/reactorfuse" } ] |
