blob: 1247917980a11f83aae6e1c4a6a0784c9c21ac43 (
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 24.05.
LIBRARY()
LICENSE(MIT)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(9.2.1)
ORIGINAL_SOURCE(https://github.com/nodejs/llhttp/archive/release/v9.2.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()
|