vcpkg/ports/liblsl/vcpkg.json
chausner a1b1c72016
[liblsl] Update to 1.16.1 (#29637)
* Update liblsl to 1.16.1

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-02-14 09:38:09 -08:00

33 lines
675 B
JSON

{
"name": "liblsl",
"version": "1.16.1",
"description": "C++ lsl library for multi-modal time-synched data transmission over the local network",
"homepage": "https://github.com/sccn/liblsl",
"license": "MIT",
"dependencies": [
"asio",
"boost-atomic",
"boost-bind",
"boost-chrono",
"boost-config",
"boost-endian",
"boost-functional",
"boost-integer",
"boost-lexical-cast",
"boost-math",
"boost-serialization",
"boost-smart-ptr",
"boost-thread",
"boost-uuid",
"pugixml",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}