summaryrefslogtreecommitdiff
path: root/doc/gupnp.toml.in
blob: 9345c0144333e5d420619a0d2237124043c57f70 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[library]
namespace = "GUPnP"
version = "@VERSION@"
browse_url = "https://gitlab.gnome.org/GNOME/gupnp/"
repository_url = "https://gitlab.gnome.org/GNOME/gupnp.git"
website_url = "https://gupnp.org"
logo_url = "gupnp-logo-short.svg"
license = "LGPL-2.1-or-later"
description = "UPnP implementation using GObject"
dependencies = [ "GLib-2.0", "GObject-2.0", "GSSDP-1.6", "Soup-3.0", "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/gupnp/-/blob/master"

[dependencies."GLib-2.0"]
name = "GLib"
description = "The base type system library"
docs_url = "https://docs.gtk.org/glib/"

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

[dependencies."GSSDP-1.6"]
name = "GSSDP"
description = "SSDP implementation using GObject"
docs_url = "https://gnome.pages.gitlab.gnome.org/gssdp/docs/"

[dependencies."Soup-3.0"]
name = "Soup"
description = "A HTTP handling library"
docs_url = "https://libsoup.org/libsoup-3.0/index.html"

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

[extra]
content_files = [
    "client-tutorial.md",
    "server-tutorial.md",
    "choosing-a-context-manager.md",
    "glossary.md"
]

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

urlmap_file = "urlmap.js"