blob: 827dff00fa7b4ddbb7fa4b00c47839baf4a8ee90 (
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
|
# Generated by devtools/yamaker from nixpkgs 24.05.
LIBRARY()
LICENSE(
CC-BY-4.0 AND
MIT AND
Protobuf-License
)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(35.0)
ORIGINAL_SOURCE(https://github.com/protocolbuffers/protobuf/archive/v35.0.tar.gz)
PEERDIR(
contrib/restricted/abseil-cpp
)
NO_COMPILER_WARNINGS()
NO_RUNTIME()
SRCS(
naive.c
range2-neon.c
range2-sse.c
utf8_range.c
)
END()
|