1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
{
"name": "libnotify",
"version": "0.8.7",
"description": "A library for sending desktop notifications",
"homepage": "https://gitlab.gnome.org/GNOME/libnotify",
"license": "LGPL-2.1-or-later",
"supports": "linux",
"dependencies": [
{
"name": "gdk-pixbuf",
"default-features": false
},
"glib",
{
"name": "glib",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
}
],
"features": {
"introspection": {
"description": "Enable GObject introspection",
"supports": "!static",
"dependencies": [
{
"name": "gdk-pixbuf",
"default-features": false,
"features": [
"introspection"
]
},
"gobject-introspection"
]
}
}
}
|