mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
5f3345eb81
* [modp-base64] Add missing header files * update vcpkg.json * update version * add license * update version * update CMakeLists.txt * update version * remove blank line * update version
15 lines
305 B
JSON
15 lines
305 B
JSON
{
|
|
"name": "modp-base64",
|
|
"version-date": "2020-09-26",
|
|
"port-version": 2,
|
|
"description": "High performance base64 encoder/decoder",
|
|
"homepage": "https://github.com/client9/stringencoders",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|