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

belr 5.2.49

Belledonne Communications Language Recognition Library

Belr is Belledonne Communications' language recognition library, written in C++11. It parses text inputs formatted according to a language defined by an ABNF grammar, such as the protocols standardized at IETF.

Installation

Install belr 5.2.49 as follows:

guix install belr@5.2.49

Or install the latest version:

guix install belr

The belr package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install belr:debug
guix install belr:tester

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.