summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-23 07:54:39 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-23 07:54:39 +0200
commitef525d8cce452c31012dbc2009b36e21bc1e1811 (patch)
tree4c9f1428be2aed22d9f05776bee31425f1624514 /lib
parentd6b72865f40d438da46d20bc523a30ed41d4cb36 (diff)
downloadturns-ef525d8cce452c31012dbc2009b36e21bc1e1811.tar.xz
turns-ef525d8cce452c31012dbc2009b36e21bc1e1811.zip
lib: add documentation configuration
Diffstat (limited to 'lib')
-rw-r--r--lib/turns.toml31
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/turns.toml b/lib/turns.toml
new file mode 100644
index 0000000..4d25cd8
--- /dev/null
+++ b/lib/turns.toml
@@ -0,0 +1,31 @@
+# SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com>
+# SPDX-License-Identifier: CC0-1.0
+
+[library]
+description = "The core library for 'Turns, the simple turn order tracker'"
+authors = "Felix Morgner"
+license = "LGPL-2.1-only"
+browse_url = "https://source.arknet.ch/fmorgner/turns/"
+repository_url = "https://source.arknet.ch/fmorgner/turns.git"
+website_url = "https://turns.arknet.ch"
+
+dependencies = [
+ "Gio-2.0",
+ "Glib-2.0",
+ "GObject-2.0",
+]
+
+[dependencies."Gio-2.0"]
+name = "Gio2"
+description = "A general purpose I/O, networking, IPC, settings, and other high level application functionality library"
+docs_url = "https://developer.gnome.org/gio/stable"
+
+[dependencies."Glib-2.0"]
+name = "GLib"
+description = "A general-purpose, portable utility library"
+docs_url = "https://developer.gnome.org/glib/stable"
+
+[dependencies."GObject-2.0"]
+name = "GObject"
+description = "The base type system and object class"
+docs_url = "https://developer.gnome.org/gobject/stable" \ No newline at end of file