summaryrefslogtreecommitdiff
path: root/doc/gssdp.toml.in
blob: d46edeab661925056589df313b10dc6dac8f6aaa (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[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
authors = "The GUPnP developers"

[theme]
name="basic"
show_index_summary = true

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

[dependencies."GObject-2.0"]
name = "GObject"
description = "The base type system library"
docs_url = "https://developer.gnome.org/gobject/stable"

[dependencies."Soup-2.4"]
name = "Soup"
description = "A HTTP handling library"
docs_url = "https://developer.gnome.org/libsoup/stable"

[dependencies."libxml2-2.0"]
name = "LibXML2"
description = "A XML handling library"
docs_url = "http://www.xmlsoft.org/html/index.html"

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

urlmap_file = "urlmap.js"