blob: 749a6b7ce2b3be7b4240503942709e4737d75493 (
plain) (
blame)
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
|
# Generated by devtools/yamaker from nixpkgs 23.05.
LIBRARY()
LICENSE(MIT)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(9.0.1)
ORIGINAL_SOURCE(https://github.com/nodejs/llhttp/archive/release/v9.0.1.tar.gz)
ADDINCL(
GLOBAL contrib/restricted/llhttp/include
)
NO_COMPILER_WARNINGS()
NO_RUNTIME()
SRCS(
src/api.c
src/http.c
src/llhttp.c
)
END()
|