vcpkg/ports/liblsl/vcpkg.json
chausner 96bc551b19
[liblsl] Update to 1.16.0 (#21284)
* Start adapting liblsl for version 1.15.2

* Use vcpkg Boost package

* Minor updates

* Switch to master branch

* Update git-tree hash

* Fix hash

* Update git-tree hash

* Add missing boost dependencies

* Update git-tree hash

* Try to remove entries from ci.baseline.txt

* Use asio package from vcpkg

* Update git-tree hash

* Update version to upcoming 1.16.0

* Set liblsl license

* Update CI baseline

* Remove obsolete version

* Update reference

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-03-29 17:19:19 -07:00

33 lines
675 B
JSON

{
"name": "liblsl",
"version": "1.16.0",
"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
}
]
}