diff options
| author | Michał Zieliński <michal@zielinscy.org.pl> | 2017-02-19 22:53:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-19 22:53:50 +0100 |
| commit | 32ecb6b463392820a089da17f50bc717e084ebe7 (patch) | |
| tree | e3dd822225666c6a111f479d72bcdb2b287c3fb6 | |
| parent | 83b744042dc66b7b24a80ed8c2436c14adaad3c3 (diff) | |
| download | packages-32ecb6b463392820a089da17f50bc717e084ebe7.tar.gz packages-32ecb6b463392820a089da17f50bc717e084ebe7.zip | |
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" } ] |
