mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
5b11232d00
* [libuvc,qt5-virtualkeyboard] remove duplicated dependency entry * [many-ports] don't use deprecated functions (autogenerated) * atkmm: Fix license. gperftools: Reformat vcpkg_check_features call. gsl: Fix license. libpff: Fix license. pangomm: Fix license. qtbase: Revert, only comment changes. type-lite: Reformat vcpkg_check_features and actually use the feature options. --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
28 lines
798 B
JSON
28 lines
798 B
JSON
{
|
|
"name": "bzip2",
|
|
"version-semver": "1.0.8",
|
|
"port-version": 4,
|
|
"description": "bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.",
|
|
"homepage": "https://sourceware.org/bzip2/",
|
|
"documentation": "https://sourceware.org/bzip2/docs.html",
|
|
"license": "bzip2-1.0.6",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"tool"
|
|
],
|
|
"features": {
|
|
"tool": {
|
|
"description": "Builds bzip2 executable"
|
|
}
|
|
}
|
|
}
|