mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-11-05 08:21:10 +00:00
53 lines
1.4 KiB
TOML
53 lines
1.4 KiB
TOML
[library]
|
|
version = "@version@"
|
|
browse_url = "https://gitlab.gnome.org/chergert/libmks"
|
|
repository_url = "https://gitlab.gnome.org/chergert/libmks.git"
|
|
website_url = "https://gitlab.gnome.org/chergert/libmks"
|
|
docs_url = "https://chergert.pages.gitlab.gnome.org/libmks/"
|
|
authors = "Christian Hergert"
|
|
license = "LGPL-2.1-or-later"
|
|
description = "Mouse, Keyboard, and Screen to Qemu"
|
|
dependencies = [ "GObject-2.0", "Gdk-4.0", "Gtk-4.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/"
|
|
|
|
[dependencies."Gdk-4.0"]
|
|
name = "Gdk"
|
|
description = "The GTK windowing system abstraction"
|
|
docs_url = "https://docs.gtk.org/gdk4/"
|
|
|
|
[dependencies."Gtk-4.0"]
|
|
name = "Gtk"
|
|
description = "The GTK toolkit"
|
|
docs_url = "https://docs.gtk.org/gtk4/"
|
|
|
|
[theme]
|
|
name = "basic"
|
|
show_index_summary = true
|
|
show_class_hierarchy = true
|
|
|
|
[source-location]
|
|
base_url = "https://gitlab.gnome.org/chergert/libmks/-/blob/main/"
|
|
|
|
[extra]
|
|
content_files = [
|
|
]
|
|
|
|
urlmap_file = "urlmap.js"
|
|
|