mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 22:58:52 +08:00
1be5a98d09
* [apr-util] Fix incorrect header file * x-add-version * fix deprecated function and remove unused option * x-add-version * format * x-add-version * * Add comment explaining how APU_DECLARE_STATIC embedding works. * Use vcpkg_replace_string. * Quotes/formatting/trailing whitespace. Co-authored-by: Billy O'Neal <bion@microsoft.com>
19 lines
500 B
JSON
19 lines
500 B
JSON
{
|
|
"name": "apr-util",
|
|
"version": "1.6.1",
|
|
"port-version": 9,
|
|
"description": "Apache Portable Runtime (APR) project mission is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementation",
|
|
"homepage": "https://apr.apache.org/",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"apr",
|
|
"expat",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|