mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:39:08 +08:00
5f555ff36e
* [aklomp-base64] fix PACKAGE_NAME * [aklomp-base64] vcpkg version fix * Bump port-version. --------- Co-authored-by: Nikolay Shishov <nikolay.shishov@admiralmarkets.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
499 B
JSON
19 lines
499 B
JSON
{
|
|
"name": "aklomp-base64",
|
|
"version-date": "2023-01-06",
|
|
"port-version": 1,
|
|
"description": "Implementation of a base64 stream encoding/decoding library in C99 with SIMD (AVX2, AVX512, NEON, AArch64/NEON, SSSE3, SSE4.1, SSE4.2, AVX) and OpenMP acceleration",
|
|
"homepage": "https://github.com/aklomp/base64",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|