liblzma ~master
Bindings for XZ Utils, a free general-purpose data compression software with high compression ratio. liblzma is a compression library with API similar to that of zlib.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
liblzma D bindings
Introduction:
XZ Utils is free general-purpose data compression software with high compression ratio. XZ Utils were written for POSIX-like systems, but also work on some not-so-POSIX systems. XZ Utils are the successor to LZMA Utils.
The core of the XZ Utils compression code is based on LZMA SDK, but it has been modified quite a lot to be suitable for XZ Utils. The primary compression algorithm is currently LZMA2, which is used inside the .xz container format. With typical files, XZ Utils create 30 % smaller output than gzip and 15 % smaller output than bzip2.
liblzma is a compression library with API similar to that of zlib. http://tukaani.org/xz/
License: liblzma and the D bindings are released as public domain.
Binding version: 5.0.3
Examples: See examples/ folder
High-Level Wrapper: not available
Windows-DLL: http://tukaani.org/xz/xz-5.0.3-windows.zip
To create a Windows import library for DMD, use the command: implib /system liblzma.lib liblzma.dll
- Registered by dushibaiyu
- ~master released 9 years ago
- putaolabs/liblzma
- tukaani.org/xz/
- public domain
- Dependencies:
- none
- Versions:
-
0.0.1 2015-Mar-25 ~master 2015-Mar-25 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
381 downloads total
-
- Score:
- 0.0
- Short URL:
- liblzma.dub.pm