diff options
| author | Federico Ceratto <federico.ceratto@gmail.com> | 2019-04-06 12:42:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-06 12:42:13 +0100 |
| commit | 9142b16e3b9948162ee21395edf51ed8e36d1edf (patch) | |
| tree | 82f4d75319c9676e6f9561554a7427cf5558356a | |
| parent | 842c005d4727eebb29b18f858e3c4e9fac114a9a (diff) | |
| download | packages-FedericoCeratto-patch-1.tar.gz packages-FedericoCeratto-patch-1.zip | |
Add fswatch packageFedericoCeratto-patch-1
| -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" } ] |
