Added package schedules (#1196)

This commit is contained in:
Ju 2019-10-08 17:34:23 +13:00 committed by Miran
parent 0c3bc03e90
commit f1443b1429

View File

@ -14621,5 +14621,21 @@
"description": "Bindings to BearSSL library",
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-bearssl"
},
{
"name": "schedules",
"url": "https://github.com/soasme/nim-schedules",
"method": "git",
"tags": [
"scheduler",
"schedules",
"job",
"task",
"cron",
"interval"
],
"description": "A Nim scheduler library that lets you kick off jobs at regular intervals.",
"license": "MIT",
"web": "https://github.com/soasme/nim-schedules"
}
]