2023-10-10 00:04:21 +02:00
|
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
# Copyright 2023 Matthias Clasen
|
|
|
|
# Copyright 2023 Philip Withnall
|
|
|
|
|
|
|
|
[library]
|
|
|
|
name = "GModule"
|
|
|
|
version = "@VERSION@"
|
|
|
|
browse_url = "https://gitlab.gnome.org/GNOME/glib/"
|
|
|
|
repository_url = "https://gitlab.gnome.org/GNOME/glib.git"
|
|
|
|
website_url = "https://www.gtk.org"
|
|
|
|
docs_url = "https://docs.gtk.org/gmodule/"
|
|
|
|
authors = "GLib Development Team"
|
|
|
|
license = "LGPL-2.1-or-later"
|
|
|
|
description = "Portable API for dynamically loading modules"
|
|
|
|
dependencies = [ "GLib-2.0", "GObject-2.0", "Gio-2.0" ]
|
|
|
|
devhelp = true
|
|
|
|
search_index = true
|
|
|
|
|
|
|
|
[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 library"
|
|
|
|
docs_url = "https://docs.gtk.org/gobject/"
|
|
|
|
|
|
|
|
[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/glib/-/blob/HEAD/"
|
|
|
|
|
|
|
|
[extra]
|
2024-02-06 16:39:50 +01:00
|
|
|
urlmap_file = "../urlmap.js"
|
2023-10-10 00:04:21 +02:00
|
|
|
# The same order will be used when generating the index
|
|
|
|
content_files = [
|
2023-10-10 00:25:05 +02:00
|
|
|
"modules.md",
|
2023-10-10 00:04:21 +02:00
|
|
|
]
|
|
|
|
content_images = [
|
|
|
|
]
|