mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
2b4ff3419f
* [oatpp-openssl] new port * [oatpp-openssl] uses version-semver * [oatpp-openssl] uses version-semver * [oatpp-version] has paramters with arguments surrounded by quotes * [oatpp-openssl] vcpkg x-add-version oatpp-openssl --overwrite-version * [oatpp-openssl] no unused vcpkg_cmake_configure options * [oatpp-openssl] no unused vcpkg_cmake_configure options Co-authored-by: mheyman <mheyman@localdomain>
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"name": "oatpp-openssl",
|
|
"version-semver": "1.2.5",
|
|
"description": "Oat++ openssl module providing secure server and client connection providers.",
|
|
"homepage": "https://github.com/oatpp/oatpp-openssl",
|
|
"dependencies": [
|
|
"oatpp",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|