@hackage squeeze1.0.4.19

A file-packing application.

Squeeze

Build Status Hackage License: GPL v3 Haskell

This is "Squeeze", an application which searches for combinations of the specified files to store in a given space, without wasting an unacceptable proportion.

Installation

It can be built and installed using Cabal.

Documentation

  • The directory "man/" contains the documentation.
  • More information about this application can be found at Squeeze.

License

For information on copying and distributing this package, see the file "LICENSE" in this directory.

Bug-reporting

Bug-reports should be emailed to squeeze@functionalley.com.

Testing

The test-suite can be run using:

cabal configure --enable-tests;
cabal build;
cabal test --show-details=always;

Author

This application is written and maintained by Dr. Alistair Ward.

  • Installation

  • Dependencies (8)

  • Dependents (0)

  • Package Flags

      llvm
       (off by default)

      Whether the llvm compiler-backend has been installed and is required for code-generation.

      threaded
       (on by default)

      Build for parallel runtime.