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

osc

Open Build Service command line tool

osc is a command line interface to the Open Build Service. It allows you to checkout, commit, perform reviews etc. The vast majority of the OBS functionality is available via commands and the rest can be reached via direct API calls.

Installation

Install the latest version of osc as follows:

guix install osc

Or install a particular version:

guix install osc@1.19.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 osc about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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