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

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-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.

libuninameslist 20200313
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/fontforge/libuninameslist
Licenses: Modified BSD X11-style
Build system: gnu
Synopsis: Unicode names and annotation list
Description:

LibUniNamesList holds www.unicode.org Nameslist.txt data which can be useful for programs that need Unicode "Names", "Annotations", and block definitions.

python-defcon 0.12.2
Propagated dependencies: python-fontpens@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.

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.

bdf2sfd 1.1.8
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/fcambus/bdf2sfd
Licenses: FreeBSD
Build system: cmake
Synopsis: BDF to SFD converter, allowing to vectorize bitmap fonts
Description:

bdf2sfd is a BDF to SFD converter, allowing to vectorize bitmap fonts. It works by converting each pixel of a glyph to a polygon, which produces large and unoptimized SFD files that should be post-processed using FontForge.

gforth 0.7.3
Channel: guix
Location: gnu/packages/forth.scm (gnu packages forth)
Home page: https://www.gnu.org/software/gforth/
Licenses: GPL 3+
Build system: gnu
Synopsis: Forth interpreter
Description:

Gforth is a fast and portable implementation of the ANSI Forth language. It includes an editing mode for Emacs and an interpreter featuring completion and history. A generic virtual machine environment, vmgen, is also included.

freeforth2 1.0.0
Channel: guix
Location: gnu/packages/forth.scm (gnu packages forth)
Home page: https://github.com/dan4thewin/FreeForth2
Licenses: ASL 2.0
Build system: gnu
Synopsis: Lightweight x86 Forth
Description:

FreeForth2 offers a lightweight Forth for x86 GNU/Linux that deftly blends assembly and Forth.

smithforth 220711
Channel: guix
Location: gnu/packages/forth.scm (gnu packages forth)
Home page: https://dacvs.neocities.org/SF/
Licenses: Expat No Attribution
Build system: trivial
Synopsis: Forth programming language for x86-64 desktop computers
Description:

SmithForth is an implementation of the Forth programming language for x86-64 desktop computers. SmithForth is a text interpreter that runs in a Linux text console.

fortran-test-drive 0.5.0
Channel: guix
Location: gnu/packages/fortran-check.scm (gnu packages fortran-check)
Home page: https://github.com/fortran-lang/test-drive
Licenses: Expat ASL 2.0
Build system: meson
Synopsis: Fortran testing framework
Description:

test-drive is a procedural unit testing framework for Fortran.

fortran-forutils 1.0-0.841f06d
Channel: guix
Location: gnu/packages/fortran-xyz.scm (gnu packages fortran-xyz)
Home page: https://github.com/cmbant/forutils
Licenses: Expat
Build system: gnu
Synopsis: Fortran 2008 utility functions and reusable classes
Description:

ForUtils is a modern Fortran utility library that provides essential tools for scientific computing and data processing. It offers Python-like convenience functions and object-oriented interfaces for common programming tasks in Fortran 2003/2008 programs.

Key Features:

  • ArrayUtils - find (minimal/maximal) index of an element in an array

  • FileUtils - classes for handling file access, python-like loadtxt/savetxt functions

  • IniObjects - read/write name=value configuration files with inheritance, array and default value support

  • MatrixUtils - read/write matrices and interface to some BLAS/LAPACK routines

  • MiscUtils - utility functions for optional arguments

  • MpiUtils - wrappers for MPI-routines to compile with(out) MPI library

  • ObjectLists - lists of arbitrary objects including specializations for vectors

  • RandUtils - some functions to generate random numbers

  • RangeUtils - maintain sets of equally spaced intervals, e.g. for integration ranges

  • StringUtils - utilities for strings, like concat of distinct types a.s.o.

fortran-mctc-lib 0.5.2
Channel: guix
Location: gnu/packages/fortran-xyz.scm (gnu packages fortran-xyz)
Home page: https://github.com/grimme-lab/mctc-lib
Licenses: ASL 2.0
Build system: meson
Synopsis: Fortran library for working with molecular structure data
Description:

mctc-lib (modular computation tool chain library) is a Fortran library for operating on molecular structures and reading and writing common geometry file formats.

fortran-dftd4 3.7.0
Dependencies: fortran-mctc-lib@0.5.2 fortran-mstore@0.3.0 fortran-multicharge@0.3.1 lapack@3.12.1
Channel: guix
Location: gnu/packages/fortran-xyz.scm (gnu packages fortran-xyz)
Home page: https://github.com/dftd4/dftd4
Licenses: LGPL 3+
Build system: meson
Synopsis: Implementation of the DFT-D4 dispersion correction
Description:

This library provides an implementation of the DFT-D4 dispersion correction with both a Fortran and a C interface.

fortran-mstore 0.3.0
Dependencies: fortran-mctc-lib@0.5.2
Channel: guix
Location: gnu/packages/fortran-xyz.scm (gnu packages fortran-xyz)
Home page: https://github.com/grimme-lab/mstore
Licenses: ASL 2.0
Build system: meson
Synopsis: Molecular structure data for testing
Description:

This package contains a Fortran interface to obtain molecular geometries used for testing.

fortran-multicharge 0.3.1
Dependencies: fortran-mctc-lib@0.5.2 fortran-mstore@0.3.0 fortran-toml-f@0.4.2 lapack@3.12.1
Channel: guix
Location: gnu/packages/fortran-xyz.scm (gnu packages fortran-xyz)
Home page: https://github.com/grimme-lab/multicharge
Licenses: ASL 2.0
Build system: meson
Synopsis: Electronegativity equilibration model for atomic partial charges
Description:

This library implements an electronegativity equilibration model to calculate partial charges used in the DFT-D4 model.

fortran-simple-dftd3 1.3.0
Dependencies: fortran-mctc-lib@0.5.2 fortran-mstore@0.3.0 fortran-toml-f@0.4.2
Channel: guix
Location: gnu/packages/fortran-xyz.scm (gnu packages fortran-xyz)
Home page: https://github.com/dftd3/simple-dftd3
Licenses: LGPL 3+ GPL 3+
Build system: meson
Synopsis: Implementation of the DFT-D3 dispersion correction
Description:

This library provides an implementation of the https://www.chemie.uni-bonn.de/grimme/de/software/dft-d3/ dispersion correction.

fortran-toml-f 0.4.2
Channel: guix
Location: gnu/packages/fortran-xyz.scm (gnu packages fortran-xyz)
Home page: https://github.com/toml-f/toml-f
Licenses: Expat ASL 2.0
Build system: meson
Synopsis: Fortran TOML parser
Description:

This library provides an implementation of TOML data serialization and deserialization in Fortran.

fortran-coretran 1.0.2
Channel: guix
Location: gnu/packages/fortran-xyz.scm (gnu packages fortran-xyz)
Home page: https://github.com/leonfoks/coretran
Licenses: Modified BSD
Build system: cmake
Synopsis: Fortran library with core routines and object-oriented classes
Description:

This package provides an easy to follow library to make Fortran easier in general with wrapped interfaces, sorting routines, kD-Trees, and other algorithms to handle scientific data and concepts. The library contains core fortran routines and object-oriented classes.

xdg-user-dirs 0.17
Channel: guix
Location: gnu/packages/freedesktop.scm (gnu packages freedesktop)
Home page: https://www.freedesktop.org/wiki/Software/xdg-user-dirs/
Licenses: GPL 2
Build system: gnu
Synopsis: Tool to help manage "well known" user directories
Description:

xdg-user-dirs is a tool to help manage "well known" user directories, such as the desktop folder or the music folder. It also handles localization (i.e. translation) of the file names. Designed to be automatically run when a user logs in, xdg-user-dirs can also be run manually by a user.

wev 1.1.0
Dependencies: libxkbcommon@1.13.1 wayland@1.24.0 wayland-protocols@1.47
Channel: guix
Location: gnu/packages/freedesktop.scm (gnu packages freedesktop)
Home page: https://git.sr.ht/~sircmpwn/wev
Licenses: Expat
Build system: gnu
Synopsis: Wayland event viewer
Description:

Wev is a tool that opens a window, printing all events sent to a Wayland window, such as key presses. It is analogous to the X11 tool XEv.

fprintd 1.94.2
Dependencies: dbus-glib@0.112 elogind@255.17 libfprint@1.94.5 linux-pam@1.5.2 polkit@121
Channel: guix
Location: gnu/packages/freedesktop.scm (gnu packages freedesktop)
Home page: https://fprint.freedesktop.org/
Licenses: GPL 2+
Build system: meson
Synopsis: D-Bus daemon that exposes fingerprint reader functionality
Description:

fprintd is a D-Bus daemon that offers functionality of libfprint, a library to access fingerprint readers, over the D-Bus interprocess communication bus. This daemon layer above libfprint solves problems related to applications simultaneously competing for fingerprint readers.

wayland-protocols-1.42 1.42
Dependencies: wayland@1.24.0
Channel: guix
Location: gnu/packages/freedesktop.scm (gnu packages freedesktop)
Home page: https://wayland.freedesktop.org
Licenses: Expat
Build system: meson
Synopsis: Wayland protocols
Description:

Wayland-Protocols contains Wayland protocols that add functionality not available in the Wayland core protocol. Such protocols either add completely new functionality, or extend the functionality of some other protocol either in Wayland core, or some other protocol in wayland-protocols.

telepathy-logger 0.8.2-0.5eaf8c9
Dependencies: sqlite@3.39.3
Propagated dependencies: libxml2@2.14.6 telepathy-glib@0.24.2
Channel: guix
Location: gnu/packages/freedesktop.scm (gnu packages freedesktop)
Home page: https://telepathy.freedesktop.org/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Telepathy logger library
Description:

Telepathy logger is a headless observer client that logs information received by the Telepathy framework. It features pluggable backends to log different sorts of messages in different formats.

udiskie 2.6.2
Dependencies: bash-minimal@5.2.37 gobject-introspection@1.86.0 gtk+@3.24.51 libappindicator@12.10.1-0-298 libnotify@0.8.8 python-docopt@0.6.2 python-keyutils@0.6 python-pygobject@3.54.3 python-pyyaml@6.0.2 udisks@2.10.1
Channel: guix
Location: gnu/packages/freedesktop.scm (gnu packages freedesktop)
Home page: https://github.com/coldfix/udiskie
Licenses: Expat
Build system: pyproject
Synopsis: Automounter for removable media
Description:

The udiskie program is a udisks2 front-end that manages removable media such as CDs or flash drives from userspace.

Its features include:

  • automount removable media,

  • notifications,

  • tray icon,

  • command line tools for manual (un)mounting,

  • LUKS encrypted devices,

  • unlocking with keyfiles,

  • loop devices (mounting ISO archives),

  • password caching.

xdg-desktop-portal-gtk 1.15.3
Dependencies: glib@2.86.0 gtk@4.22.1 fontconfig-minimal@2.16.0 gnome-desktop@44.4 gsettings-desktop-schemas@48.0
Propagated dependencies: xdg-desktop-portal@1.20.3
Channel: guix
Location: gnu/packages/freedesktop.scm (gnu packages freedesktop)
Home page: https://github.com/flatpak/xdg-desktop-portal-gtk
Licenses: LGPL 2.1+
Build system: meson
Synopsis: GTK implementation of xdg-desktop-portal
Description:

This package provides a backend implementation for xdg-desktop-portal which uses GTK+ and various pieces of GNOME infrastructure, such as the org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces.

Total packages: 73978