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

22 lines
429 B
JSON

{
"name": "glibmm",
"version": "2.80.1",
"description": "This is glibmm, a C++ API for parts of glib that are useful for C++.",
"homepage": "https://www.gtkmm.org.",
"license": "LGPL-2.1-or-later",
"supports": "!uwp & !xbox",
"dependencies": [
"gettext",
"glib",
"libffi",
"libiconv",
"libsigcpp-3",
"pcre",
{
"name": "vcpkg-tool-meson",
"host": true
},
"zlib"
]
}