Code Monkey home page Code Monkey logo

lzma's Introduction

LZMA Utils - legacy branch
--------------------------

Forked by @shiroineko-tfs

Introduction

    LZMA Utils is an attempt to provide LZMA compression to POSIX-like
    systems. The idea is to have a gzip-like command line tool and
    a zlib-like library, which would make it easy to adapt the new
    compression technology to existing applications.

This release

    This is a stable release from the legacy branch of LZMA Utils. This
    contains a limited gzip-like command line tool, decoding-only library
    with zlib-like API, and some helper scripts for grepping and diffing.
    
    The legacy branch gets only bug fixes. It is maintained until the new
    code base becomes stable.

Future

    The current LZMA_Alone file format will be replaced with a new .lzma
    format. The new format fixes various problems the LZMA_Alone format
    such as lack of magic bytes and integrity check. The new tools will
    transparently support the files in the old format, but the old tools
    will never support the new format files.

    lzmainfo will be gone. "lzma -l" i.e. "lzma --list" will replace it.
    It's like "gzip -l" but for .lzma files. The output format will be
    different from gzip and lzmainfo.

    liblzmadec will be gone. It will be replaced with liblzma, which
    supports also compression and many other things.

    lzmadec will use liblzma instead of liblzmadec. lzmadec will support
    giving the filenames to decode on the command line, and support
    memory usage limitting.
    

lzma's People

Contributors

larhzu avatar meyering avatar shiroinekotfs avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.