mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:43:11 +08:00
96bc551b19
* 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>
33 lines
675 B
JSON
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
|
|
}
|
|
]
|
|
}
|