blob: 4d21590a6c0b8b49080b05fd876651125b7398fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "sbp",
"version-semver": "6.3.1",
"description": "Swift Navigation Binary Protocol (SBP) is a binary protocol for communicating GNSS data used by Piksi devices.",
"homepage": "https://github.com/swift-nav/libsbp",
"documentation": "https://swift-nav.github.io/libsbp",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|