Added package mpv (#2360)

This commit is contained in:
Stephen 2022-09-19 10:56:38 +02:00 committed by GitHub
parent 684aed4f54
commit dbcfe83122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27490,7 +27490,10 @@
"name": "getdns",
"url": "https://git.sr.ht/~ehmry/getdns-nim",
"method": "git",
"tags": [ "dns", "network" ],
"tags": [
"dns",
"network"
],
"description": "Wrapper over the getdns API",
"license": "BSD-3-Clause",
"web": "https://getdnsapi.net/"
@ -27508,5 +27511,19 @@
"description": "Portable and easy Nimscript runner. Nim compiler not needed",
"license": "gpl-3.0-only",
"web": "https://github.com/thisago/ezscr"
},
{
"name": "mpv",
"url": "https://github.com/WeebNetsu/nim-mpv",
"method": "git",
"tags": [
"mpv",
"libmpv",
"bindings",
"nim-mpv"
],
"description": "Nim bindings for libmpv",
"license": "MIT",
"web": "https://github.com/WeebNetsu/nim-mpv"
}
]