fribidi 1.0.12
Implementation of the Unicode bidirectional algorithm
GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm. This algorithm is used to properly display text in left-to-right or right-to-left ordering as necessary.
- Website: https://github.com/fribidi/fribidi
- Licenses: LGPL 2.1+
- Package source: gnu/packages/fribidi.scm
- Builds: See build status
- Issues: See known issues
Installation
Install fribidi 1.0.12
as follows:
guix install fribidi@1.0.12
Or install the latest version:
guix install fribidi
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.