blob: 25aa708bdca29faea8bb9d2322e92c812bcd14d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = tiny_httpd
pkgdesc = Minimal HTTP server
pkgver = 0.21
pkgrel = 1
url = https://c-cube.github.io/tiny_httpd
arch = x86_64
license = MIT
makedepends = dune
makedepends = ocaml-findlib
makedepends = ocaml-result
depends = ocaml>=4.13.0
depends = ocaml-iostream
depends = ocaml-hmap
depends = ocaml-seq
options = !strip
options = staticlibs
source = tiny_httpd-0.21.tar.gz::https://github.com/c-cube/tiny_httpd/archive/v0.21.tar.gz
sha256sums = 01c82f2d5dd7be79ef607111187b02d8534929b6b81880a04ae8a7132d990751
pkgname = tiny_httpd
|