summaryrefslogtreecommitdiff
path: root/docs/reference/libebook-contacts.toml.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/libebook-contacts.toml.in')
-rw-r--r--docs/reference/libebook-contacts.toml.in36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/reference/libebook-contacts.toml.in b/docs/reference/libebook-contacts.toml.in
new file mode 100644
index 000000000..f77b66c9d
--- /dev/null
+++ b/docs/reference/libebook-contacts.toml.in
@@ -0,0 +1,36 @@
+# SPDX-FileCopyrightText: 2023 GNOME Foundation
+#
+# SPDX-License-Identifier: CC0-1.0
+
+[library]
+namespace = "EBookContacts"
+version = "@PROJECT_VERSION@"
+browse_url = "https://gitlab.gnome.org/GNOME/evolution-data-server/"
+repository_url = "https://gitlab.gnome.org/GNOME/evolution-data-server.git"
+authors = "Evolution Data Server Development Team"
+license = "GPL-2.0-only"
+description = "Client library for evolution contacts and vcard structures"
+dependencies = [ "GObject-2.0", "EDataServer-@API_VERSION@" ]
+devhelp = true
+search_index = true
+
+ [dependencies."GObject-2.0"]
+ name = "GObject"
+ description = "The base type system library"
+ docs_url = "https://developer.gnome.org/gobject/stable"
+
+ [dependencies."EDataServer-@API_VERSION@"]
+ name = "EDataServer"
+ description = "Utility library for Evolution Data Server"
+ docs_url = "https://gnome.pages.gitlab.gnome.org/evolution-data-server/libedataserver"
+
+[theme]
+name = "basic"
+show_index_summary = true
+show_class_hierarchy = true
+
+[source-location]
+base_url = "https://gitlab.gnome.org/GNOME/evolution-data-server/-/blob/master/"
+
+[extra]
+urlmap_file = "urlmap.js"