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
|
[library]
version = "@VERSION@"
description = "Advanced Gtk+ Sequencer Audio"
authors = "AGS Development Team"
license = "GPL-3-or-later"
browse_url = "https://git.savannah.nongnu.org/cgit/gsequencer.git"
repository_url = "https://git.savannah.nongnu.org/cgit/gsequencer.git"
website_url = "https://nongnu.org/gsequencer"
logo_url = "ags.svg"
dependencies = [
"GObject-2.0",
"Libsoup-3.0",
"Ags-5.0",
]
devhelp = true
search_index = true
[source-location]
# The base URL for the web UI
base_url = "https://git.savannah.nongnu.org/cgit/gsequencer.git/tree"
[dependencies."GObject-2.0"]
name = "GObject"
description = "The base type system library"
docs_url = "https://docs.gtk.org/gobject/"
[dependencies."Libsoup-3.0"]
name = "Libsoup"
description = "HTTP client/server library for GNOME"
docs_url = "https://libsoup.gnome.org/libsoup-3.0/index.html"
[dependencies."Ags-5.0"]
name = "Ags"
description = "Advanced Gtk+ Sequencer"
docs_url = "https://nongnu.org/gsequencer/docs/Ags-5.0"
|