Add fswatch package (#1049)

This commit is contained in:
Federico Ceratto 2019-04-07 08:14:20 +01:00 committed by Miran
parent 842c005d47
commit 6902b76fb0

View File

@ -13032,5 +13032,19 @@
"description": "A lexer generator and parser generator package work in Nim.",
"license": "GPL-3.0",
"web": "https://github.com/loloiccl/nimly"
},
{
"name": "fswatch",
"url": "https://github.com/FedericoCeratto/nim-fswatch",
"method": "git",
"tags": [
"fswatch",
"fsmonitor",
"libfswatch",
"filesystem"
],
"description": "Wrapper for the fswatch library.",
"license": "GPL-3.0",
"web": "https://github.com/FedericoCeratto/nim-fswatch"
}
]