mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:39:07 +08:00
bb77388661
* [ecal] Add new port * Fix patch typo
31 lines
580 B
JSON
31 lines
580 B
JSON
{
|
|
"name": "ecal",
|
|
"version-semver": "5.12.0",
|
|
"description": "eCAL - enhanced Communication Abstraction Layer",
|
|
"homepage": "https://eclipse-ecal.github.io/ecal/",
|
|
"license": "Apache-2.0",
|
|
"supports": "!emscripten",
|
|
"dependencies": [
|
|
"asio",
|
|
{
|
|
"name": "hdf5",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "protobuf",
|
|
"default-features": false
|
|
},
|
|
"simpleini",
|
|
"tclap",
|
|
"tcp-pubsub",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|