mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-16 19:36:37 +08:00
8250e4dd4b
* [aklomp-base64] port added * [aklomp-base64] vcpkg.json update * [aklomp-base64] license name fix * [aklomp-base64] common mistakes fix * [aklomp-base64] versions --------- Co-authored-by: Nikolay Shishov <nikolay.shishov@admiralmarkets.com>
18 lines
478 B
JSON
18 lines
478 B
JSON
{
|
|
"name": "aklomp-base64",
|
|
"version-date": "2023-01-06",
|
|
"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
|
|
}
|
|
]
|
|
}
|