2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "liblas",
|
2021-11-11 06:54:19 +08:00
|
|
|
"version": "1.8.1",
|
2024-07-10 01:18:08 +08:00
|
|
|
"port-version": 15,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "A C/C++ library for reading and writing the very common LAS LiDAR format.",
|
2022-07-12 06:52:46 +08:00
|
|
|
"license": null,
|
|
|
|
"supports": "!arm & !staticcrt",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
2023-05-05 01:44:24 +08:00
|
|
|
"boost-foreach",
|
2021-11-06 05:26:45 +08:00
|
|
|
"boost-interprocess",
|
2021-09-09 16:24:04 +08:00
|
|
|
"boost-iostreams",
|
2021-11-06 05:26:45 +08:00
|
|
|
"boost-lambda",
|
|
|
|
"boost-program-options",
|
2023-05-05 01:44:24 +08:00
|
|
|
"boost-property-tree",
|
2021-11-06 05:26:45 +08:00
|
|
|
"boost-uuid",
|
2022-07-12 06:52:46 +08:00
|
|
|
"libgeotiff",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"jpeg": {
|
2022-07-12 06:52:46 +08:00
|
|
|
"description": "This feature does nothing. It is retained for compatibility."
|
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"description": "Build utilities."
|
2021-09-09 16:24:04 +08:00
|
|
|
},
|
|
|
|
"zlib": {
|
2022-07-12 06:52:46 +08:00
|
|
|
"description": "This feature does nothing. It is retained for compatibility."
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|