aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlaviu Tamas <tamasflaviu@gmail.com>2015-02-06 21:54:55 -0500
committerFlaviu Tamas <tamasflaviu@gmail.com>2015-02-06 21:54:55 -0500
commit8fab1575b26c04b96b1d8b2f6def71f08faf3589 (patch)
tree40778f1ca51c065ca89b4e0377bbdb7d2b22f1b0
parente21178ccfd8eb75d9a10b6abfba1ef00cac606fe (diff)
parentb310add123ac485cdd584c5b42ac764461d86de0 (diff)
downloadpackages-8fab1575b26c04b96b1d8b2f6def71f08faf3589.tar.gz
packages-8fab1575b26c04b96b1d8b2f6def71f08faf3589.zip
Merge pull request #124 from akiradeveloper/fuse
Add fuse
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 0aefb50..8b37b4d 100644
--- a/packages.json
+++ b/packages.json
@@ -1191,5 +1191,14 @@
"description": "Tuple manipulation utilities",
"license": "MIT",
"web": "http://www.vision.caltech.edu/~mmcgill/tuples.html"
+ },
+ {
+ "name": "fuse",
+ "url": "https://github.com/akiradeveloper/nim-fuse",
+ "method": "git",
+ "tags": ["fuse", "library", "wrapper"],
+ "description": "A FUSE binding for Nim",
+ "license": "MIT",
+ "web": "https://github.com/akiradeveloper/nim-fuse",
}
]