_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


python-fontparts 0.13.3
Propagated dependencies: python-booleanoperations@0.9.0 python-defcon@0.12.2 python-fontmath@0.9.4 python-fonttools-minimal@4.59.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/robotools/fontParts
Licenses: Expat
Build system: pyproject
Synopsis: Library for interacting with font parts
Description:

FontParts is an API for interacting with the parts of fonts during the font development process. FontParts is the successor of RoboFab.

woff2 1.0.2
Propagated dependencies: brotli@1.0.9
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://w3c.github.io/woff/woff2/
Licenses: Expat
Build system: cmake
Synopsis: Libraries and tools for WOFF2 font format
Description:

WOFF2 provides libraries and tools to handle the Web Open Font Format (WOFF).

python-cffsubr 0.3.0
Dependencies: python-afdko@3.6.1
Propagated dependencies: python-fonttools-minimal@4.59.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/adobe-type-tools/cffsubr
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Compact Font Format (CFF) subroutinizer
Description:

This package provides the cffsubr command, a Compact Font Format (CFF) subroutinizer based on the Adobe Font Development Kit for OpenType (AFDKO) tx tool.

python-fontpens-bootstrap 0.2.4
Propagated dependencies: python-fonttools-minimal@4.59.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/robofab-developers/fontPens
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python classes implementing the pen protocol
Description:

This package provides a collection of Python classes implementing the pen protocol for manipulating glyphs.

fontopia 2.0
Dependencies: gnudos@2.0
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://www.gnu.org/software/fontopia/
Licenses: GPL 3+
Build system: gnu
Synopsis: Text-based, console font editor
Description:

GNU fontopia is an easy-to-use, text-based, console font editor. You can edit the fonts that your GNU/Linux kernel is using to display your text on text- based (vs graphical) terminals.

ttf2eot 0.0.3
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/wget/ttf2eot
Licenses: FreeBSD
Build system: gnu
Synopsis: Convert from TrueType to Embeddable Open Type
Description:

This package contains a commandline wrapper around OpenTypeUtilities.cpp from Chromium, used to make EOT (Embeddable Open Type) files from TTF (TrueType/OpenType Font) files.

psautohint 2.4.0
Dependencies: python-fonttools@4.59.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/adobe-type-tools/psautohint
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Adobe's PostScript autohinter
Description:

This package provides the autohinter command that can be used to hint PostScript fonts. A Python wrapper is also included.

freetype 2.13.3
Propagated dependencies: libpng@1.6.39 zlib@1.3.1
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://freetype.org/
Licenses: Freetype
Build system: gnu
Synopsis: Font rendering library
Description:

Freetype is a library that can be used by applications to access the contents of font files. It provides a uniform interface to access font files. It supports both bitmap and scalable formats, including TrueType, OpenType, Type1, CID, CFF, Windows FON/FNT, X11 PCF, and others. It supports high-speed anti-aliased glyph bitmap generation with 256 gray levels.

fontconfig 2.14.0
Dependencies: font-dejavu@2.37
Propagated dependencies: expat@2.7.1 freetype@2.13.3 util-linux@2.40.4
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://www.freedesktop.org/wiki/Software/fontconfig
Licenses: non-copyleft
Build system: gnu
Synopsis: Library for configuring and customizing font access
Description:

Fontconfig can discover new fonts when installed automatically; perform font name substitution, so that appropriate alternative fonts can be selected if fonts are missing; identify the set of fonts required to completely cover a set of languages; have GUI configuration tools built as it uses an XML-based configuration file; efficiently and quickly find needed fonts among the set of installed fonts; be used in concert with the X Render Extension and FreeType to implement high quality, anti-aliased and subpixel rendered text on a display.

python-ufonormalizer 0.6.3
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/unified-font-object/ufoNormalizer
Licenses: Modified BSD
Build system: pyproject
Synopsis: Script to normalize @acronym{UFO, Unified Font Object} data
Description:

The purpose of the ufonormalizer command is to provide a standard formatting so that updates to UFO data can be usefully versioned. Examples of formatting applied by ufoNormalizer include:

  • Changing floating-point numbers to integers where it doesn't alter the value (e.g. x="95.0" becomes x="95")

  • Rounding floating-point numbers to 10 digits

  • Formatting XML with tabs rather than spaces.

python-freetype-py 2.5.1
Dependencies: freetype@2.13.3
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/rougier/freetype-py
Licenses: Modified BSD
Build system: pyproject
Synopsis: Freetype python bindings
Description:

Freetype Python provides bindings for the FreeType library. Only the high-level API is bound.

python-fontparts-bootstrap 0.13.3
Propagated dependencies: python-booleanoperations@0.9.0 python-defcon-bootstrap@0.12.2 python-fontmath@0.9.4 python-fonttools-minimal@4.59.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/robotools/fontParts
Licenses: Expat
Build system: pyproject
Synopsis: Library for interacting with font parts
Description:

FontParts is an API for interacting with the parts of fonts during the font development process. FontParts is the successor of RoboFab.

t1lib 5.1.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://www.t1lib.org/
Licenses: GPL 2
Build system: gnu
Synopsis: Library for generating bitmaps from Type 1 fonts
Description:

T1lib is a library for generating/rasterising bitmaps from Type 1 fonts. It is based on the code of the X11 rasteriser of the X11 project.

The bitmaps created by t1lib are returned in a data structure with type GLYPH. This special GLYPH-type is also used in the X11 window system to describe character bitmaps. It contains the bitmap data as well as some metric information. But t1lib is in itself entirely independent of the X11-system or any other graphical user interface.

python-fontmath 0.9.4
Propagated dependencies: python-fonttools-minimal@4.59.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/robotools/fontMath
Licenses: Expat
Build system: pyproject
Synopsis: Fast font mathematical operations library
Description:

This package provides a set of objects for performing fast font, glyph, etc. mathematical operations on font data.

lcdf-typetools 2.108
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://lcdf.org/type/
Licenses: GPL 2+
Build system: gnu
Synopsis: Multiple font manipulation tools
Description:

LCDF Typetools comprises several programs for manipulating PostScript Type 1, Type 1 Multiple Master, OpenType, and TrueType fonts. These tools are cfftot1, mmafm, mmpfb, otfinfo, otftotfm, t1dotlessj, t1lint, t1rawfm, t1reencode, t1testpage and ttftotype42.

graphite2 1.3.13
Dependencies: freetype@2.13.3
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/silnrsi/graphite
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: Reimplementation of the SIL Graphite text processing engine
Description:

Graphite2 is a reimplementation of the SIL Graphite text processing engine. Graphite is a smart font technology designed to facilitate the process known as shaping. This process takes an input Unicode text string and returns a sequence of positioned glyphids from the font.

teckit 2.5.10
Dependencies: zlib@1.3.1 expat@2.7.1
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://scripts.sil.org/cms/scripts/page.php?cat_id=teckit
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Toolkit for encoding conversions
Description:

TECkit is a low-level toolkit intended to be used by other applications that need to perform encoding conversions (e.g., when importing legacy data into a Unicode-based application). The primary component of the TECkit package is therefore a library that performs conversions; this is the "TECkit engine". The engine relies on mapping tables in a specific binary format (for which documentation is available); there is a compiler that creates such tables from a human-readable mapping description (a simple text file).

To facilitate the development and testing of mapping tables for TECkit, several applications are also included in the current package; these include simple tools for applying conversions to plain-text and Standard Format files, as well as both command-line and simple GUI versions of the TECkit compiler. However, it is not intended that these tools will be the primary means by which end users perform conversions, and they have not been designed, tested, and debugged to the extent that general-purpose applications should be.

fontconfig-minimal 2.14.0
Dependencies: font-dejavu@2.37
Propagated dependencies: expat@2.7.1 freetype@2.13.3 util-linux@2.40.4
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://www.freedesktop.org/wiki/Software/fontconfig
Licenses: non-copyleft
Build system: gnu
Synopsis: Library for configuring and customizing font access
Description:

Fontconfig can discover new fonts when installed automatically; perform font name substitution, so that appropriate alternative fonts can be selected if fonts are missing; identify the set of fonts required to completely cover a set of languages; have GUI configuration tools built as it uses an XML-based configuration file; efficiently and quickly find needed fonts among the set of installed fonts; be used in concert with the X Render Extension and FreeType to implement high quality, anti-aliased and subpixel rendered text on a display.

ttf2pt1 3.4.4
Dependencies: perl@5.36.0
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://ttf2pt1.sourceforge.net/
Licenses: Modified BSD
Build system: gnu
Synopsis: Convert TrueType fonts to Postscript Type 1
Description:

TTF2PT1 provides tools to convert most TrueType fonts (or other formats supported by the FreeType library) to an Adobe Type 1 .pfa or .pfb file. Another use is as a hinting engine: feed it an unhinted or poorly hinted Adobe Type 1 font through the FreeType library and get it back with freshly generated hints. The files produced by default are in human-readable form, which further needs to be encoded with t1utilities to work with most software requiring Type 1 fonts.

python-sfdlib 1.2.5
Propagated dependencies: python-ufolib2@0.18.1
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/aliftype/sfdLib
Licenses: Modified BSD
Build system: pyproject
Synopsis: Simple SFD to UFO converter
Description:

This package provides the sfd2ufo command, a converter from FontForge’s SFD fonts to UFO fonts.

python-defcon-bootstrap 0.12.2
Propagated dependencies: python-fontpens-bootstrap@0.2.4 python-fonttools@4.59.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/robotools/defcon
Licenses: Expat
Build system: pyproject
Synopsis: Flexible objects for representing UFO data
Description:

Defcon is a set of UFO based objects optimized for use in font editing applications. The objects are built to be lightweight, fast and flexible. The objects are very bare-bones and they are not meant to be end-all, be-all objects. Rather, they are meant to provide base functionality so that you can focus on your application’s behavior, not object observing or maintaining cached data. Defcon implements UFO3 as described by the UFO font format.

python-opentype-sanitizer 9.2.0
Dependencies: opentype-sanitizer@8.2.1
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/googlefonts/ots-python
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python wrapper for OpenType Sanitizer
Description:

Python wrapper for the OpenType Sanitizer library.

fontobene-qt 1.0.0
Dependencies: qtbase@6.9.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/fontobene/fontobene-qt5
Licenses: ASL 2.0 Expat
Build system: cmake
Synopsis: Parser for FontoBene stroke fonts
Description:

FontoBene-Qt is a header-only library to parse FontoBene stroke fonts with C++11/Qt.

freetype-with-brotli 2.13.3
Propagated dependencies: brotli@1.0.9 libpng@1.6.39 zlib@1.3.1
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://freetype.org/
Licenses: Freetype
Build system: gnu
Synopsis: Font rendering library
Description:

Freetype is a library that can be used by applications to access the contents of font files. It provides a uniform interface to access font files. It supports both bitmap and scalable formats, including TrueType, OpenType, Type1, CID, CFF, Windows FON/FNT, X11 PCF, and others. It supports high-speed anti-aliased glyph bitmap generation with 256 gray levels.

Total packages: 69282