123456789101112131415161718192021222324252627 |
- # Generated by devtools/yamaker from nixpkgs 23.05.
- LIBRARY()
- LICENSE(MIT)
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- VERSION(9.2.0)
- ORIGINAL_SOURCE(https://github.com/nodejs/llhttp/archive/release/v9.2.0.tar.gz)
- ADDINCL(
- GLOBAL contrib/restricted/llhttp/include
- )
- NO_COMPILER_WARNINGS()
- NO_RUNTIME()
- SRCS(
- src/api.c
- src/http.c
- src/llhttp.c
- )
- END()
|