mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 21:51:48 +08:00
24 lines
585 B
JSON
24 lines
585 B
JSON
{
|
|
"name": "libredwg",
|
|
"version": "0.12.5.5178",
|
|
"description": "GNU LibreDWG is a free C library to handle DWG files. It aims to be a free replacement for the OpenDWG libraries. DWG is the native file format of AutoCAD.",
|
|
"homepage": "https://www.gnu.org/software/libredwg/",
|
|
"license": "GPL-3.0",
|
|
"dependencies": [
|
|
"jsmn",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build dwg/dxf manipulation command-line tools"
|
|
}
|
|
}
|
|
}
|