File: libsoup.toml.in

package info (click to toggle)
libsoup3 3.6.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,436 kB
  • sloc: ansic: 61,976; python: 202; xml: 97; sh: 84; makefile: 33; javascript: 5
file content (57 lines) | stat: -rw-r--r-- 1,545 bytes parent folder | download | duplicates (2)
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
[library]
namespace = "Soup"
version = "@VERSION@"
browse_url = "https://gitlab.gnome.org/GNOME/libsoup"
repository_url = "https://gitlab.gnome.org/GNOME/libsoup.git"
docs_url = "https://libsoup.gnome.org/libsoup-3.0/"
website_url = "https://libsoup.gnome.org/"
authors = "Dan Winship, Claudio Saavedra, Patrick Griffis, and Carlos Garcia Campos"
license = "LGPL-2.0-or-later"
description = "HTTP client/server library for GNOME"
dependencies = [ "GObject-2.0", "GLib-1.0", "Gio-2.0" ]
devhelp = true
search_index = true

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

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

[dependencies."Gio-2.0"]
name = "Gio"
description = "GObject Interfaces and Objects, Networking, IPC, and I/O"
docs_url = "https://docs.gtk.org/gio/"

[theme]
name = "basic"
show_index_summary = true
show_class_hierarchy = true

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

[extra]
# The same order will be used when generating the index
content_files = [
  "build-howto.md",
  'client-basic.md',
  'client-advanced.md',
  'client-thread-safety.md',
  'client-tls.md',
  'server-howto.md',
  "migrating-from-libsoup-2.md",
]

content_images = [
  "images/favicon.ico",
  "images/favicon-16x16.png",
  "images/favicon-32x32.png",
  "images/favicon-180x180.png",
  "images/favicon-192x192.png",
]
urlmap_file = "urlmap.js"