/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/zstd/lib/libzstd.pc.in
16 строк
479 B
Node.js GitHub Bot
deps: update zstd to 1.5.7
22 апр 2025, 03:52
Не верифицирован
22 апр 2025, 03:52
085b028
Код
Авторство
О чём код?
# ZSTD - standard compression algorithm # Copyright (c) Meta Platforms, Inc. and affiliates. # BSD 2-Clause License (https://opensource.org/licenses/bsd-license.php) prefix=@PREFIX@ exec_prefix=@EXEC_PREFIX@ includedir=@INCLUDEDIR@ libdir=@LIBDIR@ Name: zstd Description: fast lossless compression algorithm library URL: https://facebook.github.io/zstd/ Version: @VERSION@ Libs: -L${libdir} -lzstd @LIBS_MT@ Libs.private: @LIBS_PRIVATE@ Cflags: -I${includedir} @LIBS_MT@