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

aegis

Project change supervisor

Aegis is a project change supervisor, and performs some of the Software Configuration Management needed in a CASE environment. Aegis provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible. Resolution of contention for source files, a major headache for any project with more than one developer, is one of Aegis's major functions.

Installation

Install the latest version of aegis as follows:

guix install aegis

Or install a particular version:

guix install aegis@4.24

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 aegis about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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