blob: 3d5be08322183ac75cd69c317041907f3ccb1e8c (
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
|
# Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76.
LIBRARY()
OWNER(
orivej
g:cpp-contrib
)
VERSION(1.0.8)
ORIGINAL_SOURCE(https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz)
LICENSE(
BSD-3-Clause AND
bzip2-1.0.6
)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
NO_COMPILER_WARNINGS()
NO_RUNTIME()
IF (SANITIZER_TYPE == undefined)
NO_SANITIZE()
ENDIF()
SRCS(
blocksort.c
bzlib.c
compress.c
crctable.c
decompress.c
huffman.c
randtable.c
)
END()
|