aboutsummaryrefslogtreecommitdiffstats
path: root/doc/hinawa.toml.in
blob: 16a06c09b7c6e4e64963a6b0f7d0046703f00761 (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
[library]
version = "@VERSION@"
description = "libhinawa"
authors = "Takashi Sakamoto"
license = "LGPL-2.1-or-later"
website_url = "https://alsa-project.github.io/libhinawa-docs/"
browse_url = "https://github.com/alsa-project/libhinawa"
repository_url = "https://github.com/alsa-project/libhinawa.git"

dependencies = [
  "GLib-2.0",
  "GObject-2.0",
]

related = [
  "Hitaki-0.0",
]

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

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

[related."Hitaki-0.0"]
name = "Hitaki"
description = "Library to abstract the access to the ALSA firewire hwdep device "
docs_url = "https://alsa-project.github.io/libhitaki-doc/"

[source-location]
base_url = "https://github.com/alsa-project/libhinawa/blob/master/"
file_format = "{filename}#L{line}"

[extra]
content_files = [
  "overview.md",
]

content_images = [
  "overview.png",
]

urlmap_file = "urlmap.js"