blob: 635661681ccaf1729591091fcd433359cdee7e04 (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
# Generated by devtools/yamaker from nixpkgs 24.05.
LIBRARY()
VERSION(1.8.0)
ORIGINAL_SOURCE(https://github.com/ngtcp2/nghttp3/releases/download/v1.8.0/nghttp3-1.8.0.tar.xz)
LICENSE(
FSFAP AND
MIT
)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
ADDINCL(
GLOBAL contrib/libs/nghttp3/lib/includes
contrib/libs/nghttp3
)
NO_COMPILER_WARNINGS()
NO_RUNTIME()
CFLAGS(
-DBUILDING_NGHTTP3
-DHAVE_CONFIG_H
-Dsfparse_base64decode=nghttp3_sfparse_base64decode
-Dsfparse_parser_dict=nghttp3_sfparse_parser_dict
-Dsfparse_parser_inner_list=nghttp3_sfparse_parser_inner_list
-Dsfparse_parser_init=nghttp3_sfparse_parser_init
-Dsfparse_parser_item=nghttp3_sfparse_parser_item
-Dsfparse_parser_list=nghttp3_sfparse_parser_list
-Dsfparse_parser_param=nghttp3_sfparse_parser_param
-Dsfparse_pctdecode=nghttp3_sfparse_pctdecode
-Dsfparse_unescape=nghttp3_sfparse_unescape
)
SRCS(
lib/nghttp3_balloc.c
lib/nghttp3_buf.c
lib/nghttp3_conn.c
lib/nghttp3_conv.c
lib/nghttp3_debug.c
lib/nghttp3_err.c
lib/nghttp3_frame.c
lib/nghttp3_gaptr.c
lib/nghttp3_http.c
lib/nghttp3_idtr.c
lib/nghttp3_ksl.c
lib/nghttp3_map.c
lib/nghttp3_mem.c
lib/nghttp3_objalloc.c
lib/nghttp3_opl.c
lib/nghttp3_pq.c
lib/nghttp3_qpack.c
lib/nghttp3_qpack_huffman.c
lib/nghttp3_qpack_huffman_data.c
lib/nghttp3_range.c
lib/nghttp3_rcbuf.c
lib/nghttp3_ringbuf.c
lib/nghttp3_str.c
lib/nghttp3_stream.c
lib/nghttp3_tnode.c
lib/nghttp3_unreachable.c
lib/nghttp3_vec.c
lib/nghttp3_version.c
lib/sfparse/sfparse.c
)
END()
|