Skip to content

Commit 5421aa0

Browse files
authored
add arm libzstd 1.5.2
1 parent 1f1455b commit 5421aa0

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

libzstd_arm/libzstd.a

939 KB
Binary file not shown.

libzstd_arm/libzstd.dylib

828 KB
Binary file not shown.

libzstd_arm/libzstd.pc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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=/usr/local/Cellar/zstd/1.5.2
6+
exec_prefix=${prefix}
7+
includedir=${prefix}/include
8+
libdir=${exec_prefix}/lib
9+
10+
Name: zstd
11+
Description: fast lossless compression algorithm library
12+
URL: http://www.zstd.net/
13+
Version: 1.5.2
14+
Libs: -L${libdir} -lzstd
15+
Libs.private:
16+
Cflags: -I${includedir}

0 commit comments

Comments
 (0)