blob: 0de75817f2f03949ad53238c669d842ef10bd57c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = lua-http-git
pkgdesc = HTTP Library for Lua: Supports HTTP 1.0, 1.1, and 1.2; client and server.
pkgver = r376.d59a831
pkgrel = 1
url = https://github.com/daurnimator/lua-http
arch = i686
arch = x86_64
license = MIT
makedepends = git
depends = lua-cqueues-git
depends = lua-lpeg
depends = lua-lpeg-patterns-git
depends = lua-basexx-git
depends = lua-ossl-git
depends = lua-fifo-git
source = git+https://github.com/daurnimator/lua-http.git#branch=master
md5sums = SKIP
pkgname = lua-http-git
|