diff options
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index bf8fec0..72f4f79 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
