mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
06c79a9afa
* [dyno] add new port * [dyno] add new port
20 lines
379 B
JSON
20 lines
379 B
JSON
{
|
|
"name": "dyno",
|
|
"version-date": "2019-11-13",
|
|
"description": "Runtime polymorphism done right",
|
|
"homepage": "https://github.com/ldionne/dyno/",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
"boost-callable-traits",
|
|
"boost-hana",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|