mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 07:59:01 +08:00
d8783052cb
* Use upstream's standard filenames * Update license info * CMake style * Revise downstream zstd patching * Update versions * Don't use '_static' lib name suffix * Revise downstream zstd patching * Add usage * Update versions * Update versions * [zstd] Simplify consumers via fixed .pc and linkage alias * [zstd] Fix missing IMPORTED Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
19 lines
342 B
JSON
19 lines
342 B
JSON
{
|
|
"name": "libwandio",
|
|
"version-string": "4.2.1",
|
|
"port-version": 5,
|
|
"description": "C library for simple and efficient file IO.",
|
|
"homepage": "https://github.com/wanduow/wandio",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"bzip2",
|
|
"curl",
|
|
"liblzma",
|
|
"lz4",
|
|
"lzo",
|
|
"pthread",
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|