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 36 37 38 39 40 41 42 43 44 45 46
|
# SPDX-FileCopyrightText: 2023 GNOME Foundation
#
# SPDX-License-Identifier: CC0-1.0
[library]
namespace = "EBook"
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 = "LGPL-2.0-only"
description = "Client library for Evolution Data Server address books"
dependencies = [ "GObject-2.0", "EDataServer-@API_VERSION@", "EBookContacts-@API_VERSION@", "EDataBook-@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"
[dependencies."EBookContacts-@API_VERSION@"]
name = "EBookContacts"
description = "Client library for Evolution Data Server contacts and vCard structures"
docs_url = "https://gnome.pages.gitlab.gnome.org/evolution-data-server/libebook-contacts"
[dependencies."EDataBook-@API_VERSION@"]
name = "EDataBook"
description = "Backend library for Evolution Data Server address books"
docs_url = "https://gnome.pages.gitlab.gnome.org/evolution-data-server/libedata-book"
[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"
|