mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:41:38 +08:00
20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"name": "octomap",
|
|
"version": "1.9.8",
|
|
"port-version": 1,
|
|
"description": "An Efficient Probabilistic 3D Mapping Framework Based on Octrees",
|
|
"homepage": "https://octomap.github.io/",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|