vcpkg/ports/apr-util/vcpkg.json
Lily Wang 1be5a98d09
[apr-util] Fix incorrect codes in apu.h (#27456)
* [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>
2022-10-26 12:56:35 -07:00

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"
}
]
}