blob: 096a2cf8d0aa681c3ef220e0a5c4c48c8506b491 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
pkgbase = lua-resty-mpd
pkgver = 5.2.3
pkgrel = 1
url = https://github.com/jprjr/lua-resty-mpd/
arch = any
license = MIT
source = lua-resty-mpd-5.2.3.tar.gz::https://github.com/jprjr/lua-resty-mpd//archive/5.2.3.tar.gz
md5sums = 92dbd956d5001008c1df2dbba75e3cf6
pkgname = lua-resty-mpd
pkgdesc = A client library for the Music Player Daemon, compatible with OpenResty, cqueues, and Luasocket for Lua 5.4
depends = lua
optdepends = lua-cqueues
optdepends = lua-socket
pkgname = lua51-resty-mpd
pkgdesc = A client library for the Music Player Daemon, compatible with OpenResty, cqueues, and Luasocket for Lua 5.1
depends = lua51
optdepends = lua51-cqueues
optdepends = lua51-socket
pkgname = lua52-resty-mpd
pkgdesc = A client library for the Music Player Daemon, compatible with OpenResty, cqueues, and Luasocket for Lua 5.2
depends = lua52
optdepends = lua52-cqueues
optdepends = lua52-socket
pkgname = lua53-resty-mpd
pkgdesc = A client library for the Music Player Daemon, compatible with OpenResty, cqueues, and Luasocket for Lua 5.3
depends = lua53
optdepends = lua53-cqueues
optdepends = lua53-socket
|