1 # ZSTD - standard compression algorithm
2 # Copyright (C) 2014-2016, Yann Collet, Facebook
3 # BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
4
5 prefix=@PREFIX@
6 exec_prefix=@EXEC_PREFIX@
7 includedir=@INCLUDEDIR@
8 libdir=@LIBDIR@
9
10 Name: zstd
11 Description: fast lossless compression algorithm library
12 URL: http://www.zstd.net/
13 Version: @VERSION@
14 Libs: -L${libdir} -lzstd
15 Libs.private: @LIBS_PRIVATE@
16 Cflags: -I${includedir}
Cache object: c539da98bea081b85273475664e6f5cc
|