libzstd.pc.in 391 B

1234567891011121314
  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. prefix=@PREFIX@
  5. libdir=@LIBDIR@
  6. includedir=@INCLUDEDIR@
  7. Name: zstd
  8. Description: fast lossless compression algorithm library
  9. URL: http://www.zstd.net/
  10. Version: @VERSION@
  11. Libs: -L${libdir} -lzstd
  12. Cflags: -I${includedir}