vcpkg/ports/modp-base64/vcpkg.json
JonLiu1993 5f3345eb81
[modp-base64] Add missing header files (#29062)
* [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
2023-01-20 22:13:43 -08:00

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