mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:59:07 +08:00
18 lines
334 B
JSON
18 lines
334 B
JSON
{
|
|
"name": "libaec",
|
|
"version": "1.1.3",
|
|
"description": "Adaptive Entropy Coding library",
|
|
"homepage": "https://gitlab.dkrz.de/k202009/libaec",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|