mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:29:00 +08:00
20 lines
411 B
JSON
20 lines
411 B
JSON
{
|
|
"name": "eve",
|
|
"version-date": "2022-09-20",
|
|
"description": "EVE - the Expressive Vector Engine",
|
|
"homepage": "https://github.com/jfalcou/eve",
|
|
"documentation": "https://jfalcou.github.io/eve/",
|
|
"license": "BSL-1.0",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|