zeek/auxil/vcpkg/ports/libkml/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

24 lines
439 B
JSON

{
"name": "libkml",
"version": "1.3.0",
"port-version": 13,
"description": "Reference implementation of OGC KML 2.2",
"homepage": "https://github.com/libkml/libkml",
"license": "BSD-3-Clause",
"dependencies": [
"boost-smart-ptr",
"expat",
"minizip",
"uriparser",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}