1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- # Generated by devtools/yamaker from nixpkgs 24.05.
- LIBRARY()
- VERSION(1.10.0)
- ORIGINAL_SOURCE(https://github.com/ngtcp2/ngtcp2/releases/download/v1.10.0/ngtcp2-1.10.0.tar.xz)
- LICENSE(
- BSD-3-Clause AND
- FSFAP AND
- MIT
- )
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- PEERDIR(
- contrib/libs/openssl
- )
- ADDINCL(
- GLOBAL contrib/libs/ngtcp2/lib/includes
- contrib/libs/ngtcp2
- contrib/libs/ngtcp2/crypto
- contrib/libs/ngtcp2/crypto/includes
- contrib/libs/ngtcp2/lib
- )
- NO_COMPILER_WARNINGS()
- NO_RUNTIME()
- CFLAGS(
- -DBUILDING_NGTCP2
- -DHAVE_CONFIG_H
- )
- SRCS(
- crypto/quictls/quictls.c
- crypto/shared.c
- lib/ngtcp2_acktr.c
- lib/ngtcp2_addr.c
- lib/ngtcp2_balloc.c
- lib/ngtcp2_bbr.c
- lib/ngtcp2_buf.c
- lib/ngtcp2_cc.c
- lib/ngtcp2_cid.c
- lib/ngtcp2_conn.c
- lib/ngtcp2_conv.c
- lib/ngtcp2_crypto.c
- lib/ngtcp2_err.c
- lib/ngtcp2_frame_chain.c
- lib/ngtcp2_gaptr.c
- lib/ngtcp2_idtr.c
- lib/ngtcp2_ksl.c
- lib/ngtcp2_log.c
- lib/ngtcp2_map.c
- lib/ngtcp2_mem.c
- lib/ngtcp2_objalloc.c
- lib/ngtcp2_opl.c
- lib/ngtcp2_path.c
- lib/ngtcp2_pkt.c
- lib/ngtcp2_pmtud.c
- lib/ngtcp2_ppe.c
- lib/ngtcp2_pq.c
- lib/ngtcp2_pv.c
- lib/ngtcp2_qlog.c
- lib/ngtcp2_range.c
- lib/ngtcp2_ringbuf.c
- lib/ngtcp2_rob.c
- lib/ngtcp2_rst.c
- lib/ngtcp2_rtb.c
- lib/ngtcp2_settings.c
- lib/ngtcp2_str.c
- lib/ngtcp2_strm.c
- lib/ngtcp2_transport_params.c
- lib/ngtcp2_unreachable.c
- lib/ngtcp2_vec.c
- lib/ngtcp2_version.c
- lib/ngtcp2_window_filter.c
- )
- END()
|