mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
7cbac84503
* add eve library * add eve library * add eve library * Reindent portfile.cmake, use version-date, and rebuild version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
402 B
JSON
19 lines
402 B
JSON
{
|
|
"name": "eve",
|
|
"version-date": "2021-10-16",
|
|
"description": "EVE - the Expressive Vector Engine",
|
|
"homepage": "https://github.com/jfalcou/eve",
|
|
"documentation": "https://jfalcou.github.io/eve/html/pages.html",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|