Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

19 lines
447 B
JSON

{
"name": "json-glib",
"version": "1.10.6",
"description": "Implements a full JSON parser and generator using GLib and GObject, and integrates JSON with GLib data types.",
"homepage": "https://wiki.gnome.org/Projects/JsonGlib",
"license": "LGPL-2.1-or-later AND CC0-1.0 AND MIT",
"dependencies": [
"glib",
{
"name": "glib",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}