Skip to content

bzip2 is a free and open-source file compression program that uses the Burrows–Wheeler algorithm.

License

Notifications You must be signed in to change notification settings

lasote/conan-bzip2

 
 

Repository files navigation

Download Build status Build Status

Conan BZip2

logo

Conan package for BZip2 library. http://www.bzip.org/

The packages generated with this conanfile can be found in Bintray.

Basic setup

$ conan install bzip2/1.0.6@conan/stable

Project setup

If you handle multiple dependencies in your project is better to add a conanfile.txt

[requires]
bzip2/1.0.6@conan/stable

[options]
bzip2:shared=True # False
bzip2:fPIC=True # False (only available for Linux and Macos)

[generators]
cmake

Issues

If you wish to report an issue for Conan Community related to this package or any other, please do so here:

Conan Community Issues

Wish List

If you wish to make a request for Conan Community creating a new package, please do so here:

Conan Wish List

License

MIT

About

bzip2 is a free and open-source file compression program that uses the Burrows–Wheeler algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.6%
  • Python 5.1%
  • CMake 3.3%
  • Shell 1.0%