blob: d66967c769bf55f154df435657420d28a9b655f5 (
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
|
# Generated by devtools/yamaker from nixpkgs 22.11.
LIBRARY()
LICENSE(MIT)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(0.8)
ORIGINAL_SOURCE(https://github.com/pantoniou/libfyaml/archive/v0.8.tar.gz)
PEERDIR(
contrib/libs/xxhash
)
ADDINCL(
contrib/libs/libfyaml
contrib/libs/libfyaml/include
contrib/libs/libfyaml/src
contrib/libs/libfyaml/src/lib
contrib/libs/xxhash
)
NO_COMPILER_WARNINGS()
NO_RUNTIME()
CFLAGS(
-DHAVE_CONFIG_H
)
SRCS(
src/lib/fy-accel.c
src/lib/fy-atom.c
src/lib/fy-composer.c
src/lib/fy-ctype.c
src/lib/fy-diag.c
src/lib/fy-doc.c
src/lib/fy-docbuilder.c
src/lib/fy-docstate.c
src/lib/fy-dump.c
src/lib/fy-emit.c
src/lib/fy-event.c
src/lib/fy-input.c
src/lib/fy-parse.c
src/lib/fy-path.c
src/lib/fy-token.c
src/lib/fy-types.c
src/lib/fy-utf8.c
src/lib/fy-utils.c
src/lib/fy-walk.c
)
END()
|