fork of https://github.com/rust-rocksdb/rust-rocksdb for nextgraph
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
387 B
15 lines
387 B
1 year ago
|
# LZ4 - Fast LZ compression algorithm
|
||
|
# Copyright (C) 2011-2020, Yann Collet.
|
||
|
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
||
|
|
||
|
prefix=@PREFIX@
|
||
|
libdir=@LIBDIR@
|
||
|
includedir=@INCLUDEDIR@
|
||
|
|
||
|
Name: lz4
|
||
|
Description: extremely fast lossless compression algorithm library
|
||
|
URL: http://www.lz4.org/
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -llz4
|
||
|
Cflags: -I${includedir}
|