From b310add123ac485cdd584c5b42ac764461d86de0 Mon Sep 17 00:00:00 2001 From: Akira Hayakawa Date: Sat, 7 Feb 2015 10:51:05 +0900 Subject: [PATCH] Add fuse Signed-off-by: Akira Hayakawa --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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", } ]