pkgsrc/archivers/zstd/PLIST
adam 7b4c1612f4 v1.3.0
cli : new : `--list` command, by Paul Cruz
cli : changed : xz/lzma support enabled by default
cli : changed : `-t *` continue processing list after a decompression error
API : added : ZSTD_versionString()
API : promoted to stable status : ZSTD_getFrameContentSize(), by Sean Purcell
API exp : new advanced API : ZSTD_compress_generic(), ZSTD_CCtx_setParameter()
API exp : new : API for static or external allocation : ZSTD_initStatic?Ctx()
API exp : added : ZSTD_decompressBegin_usingDDict(), requested by Guy Riddle
API exp : clarified memory estimation / measurement functions.
API exp : changed : strongest strategy renamed ZSTD_btultra, fastest strategy ZSTD_fast set to 1
tools : decodecorpus can generate random dictionary-compressed samples, by Paul Cruz
new : contrib/seekable_format, demo and API, by Sean Purcell
changed : contrib/linux-kernel, updated version and license, by Nick Terrell
2017-07-22 10:49:07 +00:00

19 lines
352 B
Text

@comment $NetBSD: PLIST,v 1.4 2017/07/22 10:49:07 adam Exp $
bin/unzstd
bin/zstd
bin/zstdcat
bin/zstdgrep
bin/zstdless
bin/zstdmt
include/zbuff.h
include/zdict.h
include/zstd.h
include/zstd_errors.h
lib/libzstd.a
lib/libzstd.so
lib/libzstd.so.1
lib/libzstd.so.${PKGVERSION}
lib/pkgconfig/libzstd.pc
man/man1/unzstd.1
man/man1/zstd.1
man/man1/zstdcat.1