mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 18:49:06 +08:00
75260879ed
* Updated EVE ports * Added versions changes * Fix date in eve ports Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update versions * Fix version database. Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Billy O'Neal <bion@microsoft.com>
20 lines
407 B
JSON
20 lines
407 B
JSON
{
|
|
"name": "eve",
|
|
"version-date": "2022-03-15",
|
|
"description": "EVE - the Expressive Vector Engine",
|
|
"homepage": "https://github.com/jfalcou/eve",
|
|
"documentation": "https://jfalcou.github.io/eve/",
|
|
"license": "MIT",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|