summaryrefslogtreecommitdiff
path: root/docs/px.toml.in
blob: 356bedfb2602f85dec7c8b7804b491ccd903c9d7 (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
[library]
version = "@VERSION@"
description = "Simplifyed proxy handling"
authors = "libproxy Team"
license = "LGPL-2.1-or-later"
browse_url = "https://github.com/janbrummer/libproxy2"
repository_url = "https://github.com/janbrummer/libproxy2"
website_url = "https://janbrummer.github.io/libproxy2/"
logo_url = "libproxy.svg"
dependencies = [
  "Gio-2.0",
]
devhelp = true
search_index = true


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

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

[source-location]
# The base URL for the web UI
base_url = "https://gitlab.gnome.org/jbrummer/libproxy/-/blob/main/"
# The format for links, using "filename" and "line" for the format
file_format = "{filename}#L{line}"

[extra]
content_files = [
  "build-howto.md",
]

content_images = [
  "libproxy.svg"
]