mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
43b4ba9e55
Signed-off-by: msclock <msclock@qq.com> Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
25 lines
558 B
JSON
25 lines
558 B
JSON
{
|
|
"name": "bit7z",
|
|
"version": "4.0.8",
|
|
"description": "A C++ static library offering a clean and simple interface to the 7-zip shared libraries.",
|
|
"homepage": "https://github.com/rikyoz/bit7z",
|
|
"license": "MPL-2.0",
|
|
"dependencies": [
|
|
"7zip",
|
|
"ghc-filesystem",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"regex-matching": {
|
|
"description": "Enables the support for extracting files matching regular expressions"
|
|
}
|
|
}
|
|
}
|