Git Product home page Git Product logo

xz-examples-delphi's Introduction

XZ examples for Delphi

Overview

This repository aims to provide Delphi bindings for liblzma and a translation of \doc\examples\ from XZ Utils package to Delphi. This Delphi code is licensed under LGPL3.

It should work with almost all versions of Delphi and even with Lazarus/FreePascal. However, pay attention to older versions of Delphi : the ErrOutput variable is not defined.

Currently, I do not care of linux compatibility because I had troubles with command line FreePascal compiler and when generating Makefile.

Any suggestions or improvements are welcome. Send them to [email protected]

Homepage: https://github.com/delphiunderground/xz-example-delphi

About XZ utils and liblzma

liblzma is a public domain general-purpose data compression library with a zlib-like API. The native file format is .xz, but also the old .lzma format and raw (no headers) streams are supported. Multiple compression algorithms (filters) are supported. Currently LZMA2 is the primary filter.

liblzma is part of XZ Utils. XZ Utils includes a gzip-like command line tool named xz and some other tools. XZ Utils is developed and maintained by Lasse Collin.

Major parts of liblzma are based on Igor Pavlov's public domain LZMA SDK. The SHA-256 implementation is based on the public domain code found from 7-Zip, which has a modified version of the public domain SHA-256 code found from Crypto++. The SHA-256 code in Crypto++ was written by Kevin Springle and Wei Dai.

xz-examples-delphi's People

Contributors

delphiunderground avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.