aboutsummaryrefslogtreecommitdiff
path: root/lib/libzstd.pc.in
blob: 1d07b91f25ab31323e38576178c189e385fa0f81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#   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}