mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 01:07:21 +01:00
e229090553
zstandard is a new compression library/tool which is very fast at compression/decompression For now import as a private library
15 lines
391 B
PkgConfig
15 lines
391 B
PkgConfig
# ZSTD - standard compression algorithm
|
|
# Copyright (C) 2014-2016, Yann Collet, Facebook
|
|
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
|
|
|
prefix=@PREFIX@
|
|
libdir=@LIBDIR@
|
|
includedir=@INCLUDEDIR@
|
|
|
|
Name: zstd
|
|
Description: fast lossless compression algorithm library
|
|
URL: http://www.zstd.net/
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lzstd
|
|
Cflags: -I${includedir}
|