vcpkg/ports/dyno/vcpkg.json
Jia Yue Hua 06c79a9afa
[dyno] add new port (#34684)
* [dyno] add new port

* [dyno] add new port
2023-10-28 18:01:42 -07:00

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
}
]
}