diff options
| author | Federico Ceratto <federico.ceratto@gmail.com> | 2019-04-07 08:14:20 +0100 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-04-07 09:14:20 +0200 |
| commit | 6902b76fb05512ff9a4a6f3cb57415077a8a3241 (patch) | |
| tree | 82f4d75319c9676e6f9561554a7427cf5558356a | |
| parent | 842c005d4727eebb29b18f858e3c4e9fac114a9a (diff) | |
| download | packages-6902b76fb05512ff9a4a6f3cb57415077a8a3241.tar.gz packages-6902b76fb05512ff9a4a6f3cb57415077a8a3241.zip | |
Add fswatch package (#1049)
| -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" } ] |
