blob: d152de3d0654cda9bed6b6175e1fc62af94174ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"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
}
]
}
|