1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-06 16:56:49 +02:00
zstd/lib/libzstd.pc.in

17 lines
459 B
PkgConfig
Raw Normal View History

2015-01-24 01:58:16 +01:00
# ZSTD - standard compression algorithm
# Copyright (c) Meta Platforms, Inc. and affiliates.
2022-12-14 06:58:35 -08:00
# BSD 2-Clause License (https://opensource.org/licenses/bsd-license.php)
2015-01-24 01:58:16 +01:00
prefix=@PREFIX@
exec_prefix=@EXEC_PREFIX@
includedir=@INCLUDEDIR@
libdir=@LIBDIR@
2015-01-24 01:58:16 +01:00
Name: zstd
2016-11-30 11:06:58 -08:00
Description: fast lossless compression algorithm library
2022-12-14 06:58:35 -08:00
URL: https://facebook.github.io/zstd/
2015-01-24 01:58:16 +01:00
Version: @VERSION@
Libs: -L${libdir} -lzstd
Libs.private: @LIBS_PRIVATE@
Cflags: -I${includedir}