aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/llhttp/ya.make
blob: f09f11186155ee8392550e3973efda9da090ec99 (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.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()