12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- # 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()
|