add nim watchdog package (#1584)

This commit is contained in:
Amru Rosyada 2020-08-05 14:28:31 +07:00 committed by GitHub
parent b3c23bf46f
commit 3540c37a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18943,5 +18943,18 @@
"description": "Selectors extension.",
"license": "Apache-2.0",
"web": "https://github.com/xflywind/ioselectors"
},
{
"name": "nwatchdog",
"url": "https://github.com/zendbit/nim.nwatchdog",
"method": "git",
"tags": [
"watchdog",
"files",
"io"
],
"description": "Simple watchdog (watch file changes modified, deleted, created) in nim lang.",
"license": "BSD",
"web": "https://github.com/zendbit/nim.nwatchdog"
}
]