summaryrefslogtreecommitdiff
path: root/doc/gssdp.toml.in
blob: 1b79a32a1aa30efc8d60edd5b973de764f6f94cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[library]
namespace = "GSSDP"
version = "@VERSION@"
browse_url = "https://gitlab.gnome.org/GNOME/gssdp/"
repository_url = "https://gitlab.gnome.org/GNOME/gssdp.git"
website_url = "https://gupnp.org"
logo_url = "gupnp-logo-short.svg"
license = "LGPL-2.1-or-later"
description = "SSDP implementation using GObject"
dependencies = [ "GObject-2.0", "Soup-2.4", "libxml2-2.0" ]
devhelp = true
search_index = true

[theme]
name="basic"
show_index_summary = true

[source-location]
base_url = "https://gitlab.gnome.org/GNOME/gssdp/-/blob/master"

[extra]
content_images = [
    "images/gupnp-logo-short.svg"
]