This commit is contained in:
c-blake 2023-04-05 22:46:30 -04:00 committed by GitHub
parent f0bc67d5b4
commit a827245e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29769,47 +29769,64 @@
"web": "https://github.com/metagn/nuance" "web": "https://github.com/metagn/nuance"
}, },
{ {
"name":"jsonnet", "name": "jsonnet",
"url":"https://github.com/thechampagne/jsonnet-nim", "url": "https://github.com/thechampagne/jsonnet-nim",
"method":"git", "method": "git",
"tags":[ "tags": [
"jsonnet" "jsonnet"
], ],
"description":"Binding for Jsonnet the data templating language", "description": "Binding for Jsonnet the data templating language",
"license":"Apache-2.0", "license": "Apache-2.0",
"web":"https://github.com/thechampagne/jsonnet-nim" "web": "https://github.com/thechampagne/jsonnet-nim"
}, },
{ {
"name":"hyper", "name": "hyper",
"url":"https://github.com/thechampagne/hyper-nim", "url": "https://github.com/thechampagne/hyper-nim",
"method":"git", "method": "git",
"tags":[ "tags": [
"hyper" "hyper"
], ],
"description":"Binding for hyper an HTTP library", "description": "Binding for hyper an HTTP library",
"license":"Apache-2.0", "license": "Apache-2.0",
"web":"https://github.com/thechampagne/hyper-nim" "web": "https://github.com/thechampagne/hyper-nim"
}, },
{ {
"name":"rure", "name": "rure",
"url":"https://github.com/thechampagne/rure-nim", "url": "https://github.com/thechampagne/rure-nim",
"method":"git", "method": "git",
"tags":[ "tags": [
"rure" "rure"
], ],
"description":"Binding for rust regex library", "description": "Binding for rust regex library",
"license":"Apache-2.0", "license": "Apache-2.0",
"web":"https://github.com/thechampagne/rure-nim" "web": "https://github.com/thechampagne/rure-nim"
}, },
{ {
"name":"rustls", "name": "rustls",
"url":"https://github.com/thechampagne/rustls-nim", "url": "https://github.com/thechampagne/rustls-nim",
"method":"git", "method": "git",
"tags":[ "tags": [
"rustls" "rustls"
], ],
"description":"Binding for rustls a TLS library", "description": "Binding for rustls a TLS library",
"license":"Apache-2.0", "license": "Apache-2.0",
"web":"https://github.com/thechampagne/rustls-nim" "web": "https://github.com/thechampagne/rustls-nim"
},
{
"name": "cron",
"url": "https://github.com/c-blake/cron",
"method": "git",
"tags": [
"cron",
"scheduled-tasks",
"task-scheduler",
"periodic-jobs",
"jobs",
"demon",
"daemon"
],
"description": "Library to ease writing cron-like programs",
"license": "MIT/ISC",
"web": "https://github.com/c-blake/cron"
} }
] ]