This package browser is in early development. Mind the rough edges.

attica

Open Collaboration Service client library

Attica is a Qt library that implements the Open Collaboration Services API version 1.6.

It grants easy access to the services such as querying information about persons and contents. The library is used in KNewStuff3 as content provider. In order to integrate with KDE's Plasma Desktop, a platform plugin exists in kdebase.

The REST API is defined here: http://freedesktop.org/wiki/Specifications/open-collaboration-services/

Installation

Install the latest version of attica as follows:

guix install attica

Or install a particular version:

guix install attica@5.116.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of attica about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/attica'><img src='https://packages.guix.gnu.org/packages/attica/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/attica/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/attica)

Example Org:

[[https://packages.guix.gnu.org/packages/attica][https://packages.guix.gnu.org/packages/attica/badges/latest-version.svg]]