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

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.


nss-rapid 3.121
Dependencies: sqlite@3.39.3 zlib@1.3.1
Propagated dependencies: nspr@4.36
Channel: guix
Location: gnu/packages/nss.scm (gnu packages nss)
Home page: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
Licenses: MPL 2.0
Build system: gnu
Synopsis: Network Security Services (Rapid Release)
Description:

Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards.

This package tracks the Rapid Release channel, which updates frequently.

chrony 4.8
Dependencies: gnutls@3.8.9 libcap@2.64 libseccomp@2.6.0 nettle@3.10.2
Channel: guix
Location: gnu/packages/ntp.scm (gnu packages ntp)
Home page: https://chrony-project.org/
Licenses: GPL 2
Build system: gnu
Synopsis: System clock synchronization service that speaks NTP
Description:

Chrony keeps your system time accurate. It synchronises your computer's clock with NTP servers, reference clocks such as GPS receivers, or even manual input of the correct time from a wristwatch.

Chrony will determine the rate at which the computer gains or loses time, and compensate for it. It can also operate as an NTPv4 (RFC 5905) server and peer to tell time to other computers on the network.

It's designed to perform well even under adverse conditions: congested networks, unreliable clocks drifting with changes in temperature, and devices or virtual machines that are frequently turned off and connect to the Internet for only a few minutes at a time.

Typical accuracy when synchronised over the Internet is several milliseconds. On a local network this can reach tens of microseconds. With hardware time-stamping or reference clock, sub-microsecond accuracy is possible.

ntpsec 1.2.4
Dependencies: gpsd@3.27.3 openssl@3.0.8 libcap@2.64 libseccomp@2.6.0
Channel: guix
Location: gnu/packages/ntp.scm (gnu packages ntp)
Home page: https://www.ntpsec.org
Licenses: FreeBSD Modified BSD Original BSD ISC Expat ASL 2.0 CC-BY 4.0 non-copyleft X11-style
Build system: waf
Synopsis: Real time clock synchronization system and utilities
Description:

NTP, the protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals.

NTPsec is a hardened and improved implementation derived from the original NTP project. NTPsec supports NTS which provides cryptographically authenticated time.

This package contains the NTP daemon and utility programs. An NTP daemon needs to be running on each host that is to have its clock accuracy controlled by NTP. The same NTP daemon is also used to provide NTP service to other hosts.

openntpd 6.8p1
Dependencies: libressl@4.2.1
Channel: guix
Location: gnu/packages/ntp.scm (gnu packages ntp)
Home page: https://www.openntpd.org/
Licenses: ISC Modified BSD
Build system: gnu
Synopsis: NTP client and server by the OpenBSD Project
Description:

OpenNTPD is the OpenBSD Project's implementation of a client and server for the Network Time Protocol. Its design goals include being secure, easy to configure, and accurate enough for most purposes, so it's more minimalist than ntpd.

ntp 4.2.8p18
Dependencies: guile@3.0.9 libevent@2.1.12 openssl@3.0.8 perl@5.36.0 perl-http-tiny@0.076 perl-io-socket-ssl@2.089 perl-net-ssleay@1.94 libcap@2.64
Channel: guix
Location: gnu/packages/ntp.scm (gnu packages ntp)
Home page: https://www.ntp.org
Licenses: X11-style
Build system: gnu
Synopsis: Real time clock synchronization system
Description:

NTP is a system designed to synchronize the clocks of computers over a network.

nu-plugin-gstat 0.103.0
Dependencies: libgit2@1.9.2 libssh2@1.11.1 openssl@3.0.8 zlib@1.3.1
Channel: guix
Location: gnu/packages/nushell.scm (gnu packages nushell)
Home page: https://github.com/nushell/nushell/tree/main/crates/nu_plugin_gstat
Licenses: Expat
Build system: cargo
Synopsis: Git status plugin for Nushell
Description:

This package provides a git status plugin for Nushell.

nu-plugin-inc 0.103.0
Channel: guix
Location: gnu/packages/nushell.scm (gnu packages nushell)
Home page: https://github.com/nushell/nushell/tree/main/crates/nu_plugin_inc
Licenses: Expat
Build system: cargo
Synopsis: Version incrementer plugin for Nushell
Description:

This package provides a version incrementer plugin for Nushell.

nu-plugin-formats 0.103.0
Channel: guix
Location: gnu/packages/nushell.scm (gnu packages nushell)
Home page: https://github.com/nushell/nushell/tree/main/crates/nu_plugin_formats
Licenses: Expat
Build system: cargo
Synopsis: An I/O plugin for a set of file formats for Nushell
Description:

This package provides An I/O plugin for a set of file formats for Nushell.

nushell 0.103.0
Dependencies: mimalloc@3.1.5 openssl@3.0.8 sqlite@3.39.3
Channel: guix
Location: gnu/packages/nushell.scm (gnu packages nushell)
Home page: https://www.nushell.sh
Licenses: Expat
Build system: cargo
Synopsis: Shell with a structured approach to the command line
Description:

Nu draws inspiration from projects like PowerShell, functional programming languages, and modern CLI tools. Rather than thinking of files and services as raw streams of text, Nu looks at each input as something with structure. For example, when you list the contents of a directory, what you get back is a table of rows, where each row represents an item in that directory. These values can be piped through a series of steps, in a series of commands called a ``pipeline''.

gourmet 0.17.4-0.8af29c8
Dependencies: gtk+@3.24.51 python-argcomplete@3.6.2 python-beautifulsoup4@4.14.3 python-gst@1.26.3 python-keyring@23.9.3 python-lxml@6.0.1 python-pillow@11.1.0 python-pycairo@1.28.0 python-pyenchant@2.0.0 python-pygobject@3.54.3 python-requests@2.32.5 python-scrape-schema-recipe@0.2.2 python-sqlalchemy@1.4.42 python-toml@0.10.2
Channel: guix
Location: gnu/packages/nutrition.scm (gnu packages nutrition)
Home page: https://thinkle.github.io/gourmet/
Licenses: GPL 2+
Build system: pyproject
Synopsis: Recipe organizer
Description:

Gourmet Recipe Manager is a recipe organizer that allows you to collect, search, organize, and browse your recipes. Gourmet can also generate shopping lists and calculate nutritional information. It imports Mealmaster, MasterCook and KRecipe files and exports PDFs, webpages, and other formats.

python-scrape-schema-recipe 0.2.2
Propagated dependencies: python-extruct@0.18.0 python-importlib-resources@6.5.2 python-isodate@0.7.2 python-requests@2.32.5
Channel: guix
Location: gnu/packages/nutrition.scm (gnu packages nutrition)
Home page: https://github.com/micahcochran/scrape-schema-recipe
Licenses: ASL 2.0
Build system: pyproject
Synopsis: HTML Recipe format extractor
Description:

This tool extracts cooking recipe from HTML structured data in the https://schema.org/Recipe format.

nvi 1.81.6
Dependencies: bdb@6.2.32 ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/nvi.scm (gnu packages nvi)
Home page: https://sites.google.com/a/bostic.com/keithbostic/vi
Licenses: Modified BSD
Build system: gnu
Synopsis: The Berkeley Vi Editor
Description:

Vi is the original screen based text editor for Unix systems. It is considered the standard text editor, and is available on almost all Unix systems. Nvi is intended as a "bug-for-bug compatible" clone of the original BSD vi editor. As such, it doesn't have a lot of snazzy features as do some of the other vi clones such as elvis and vim. However, if all you want is vi, this is the one to get.

nx-libs 3.5.99.27
Dependencies: gtk+@3.24.51 libjpeg-turbo@2.1.4 libtirpc@1.3.1 libxcomposite@0.4.6 libxdamage@1.1.6 libxext@1.3.6 libxfont@1.5.4 libxinerama@1.1.5 libxml2@2.14.6 libxpm@3.5.17 libxrandr@1.5.4 libxtst@1.2.5 pixman@0.46.4 python-pygobject@3.54.3 python-wrapper@3.11.14 xkbcomp@1.4.7
Propagated dependencies: libpng@1.6.39
Channel: guix
Location: gnu/packages/nx.scm (gnu packages nx)
Home page: https://github.com/ArcticaProject/nx-libs
Licenses: GPL 2
Build system: gnu
Synopsis: NX X11 protocol compression libraries
Description:

NX is a software suite which implements very efficient compression of the X11 protocol. This increases performance when using X applications over a network, especially a slow one. This package provides the following libraries:

NX_X11

NX's modified X Window System (X11) library

Xcomp

NX differential compression library for X11

Xcompshad

Session shadowing library

The following commands are also provided:

nxagent

Agent providing NX transport of X sessions

nxproxy

The NX proxy (client) binary

nxdialog

Helper script

x2goclient 4.1.2.3
Dependencies: cups@2.4.14 libssh@0.12.0 libxpm@3.5.17 nx-libs@3.5.99.27 openldap@2.6.10 openssh@10.2p1 pulseaudio@16.1 qtbase@5.15.17 qtx11extras@5.15.17 qtsvg@5.15.17
Channel: guix
Location: gnu/packages/nx.scm (gnu packages nx)
Home page: https://wiki.x2go.org/doku.php
Licenses: GPL 2
Build system: gnu
Synopsis: Remote desktop and application solution
Description:

X2Go enables you to access a graphical desktop of a computer via SSH (Secure Shell). This package provides the X2Go Client, which can connect to the X2Go Server. Basic features of X2Go include:

  • Graphical remote desktop that works well over both low bandwidth and high bandwidth connections

  • The ability to disconnect and reconnect to a session, even from another client

  • Support for sound

  • Support for as many simultaneous users as the computer's resources will allow

  • Traffic is securely tunneled over SSH

  • File sharing from client to server

  • Printer sharing from client to server

  • Easily select from multiple desktop environments (e.g., MATE, GNOME, KDE)

  • Remote support possible via desktop sharing

  • The ability to access single applications by specifying the name of the desired executable in the client configuration or selecting one of the pre-defined common applications.

ocaml-optint 0.3.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/mirage/optint
Licenses: ISC
Build system: dune
Synopsis: Efficient integer types on 64-bit architectures for OCaml
Description:

This OCaml library provides two new integer types, Optint.t and Int63.t, which guarantee efficient representation on 64-bit architectures and provide a best-effort boxed representation on 32-bit architectures.

ocaml-ppx-bench 0.16.0
Propagated dependencies: ocaml-ppx-inline-test@0.15.0 ocaml-ppxlib@0.28.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/ppx_bench
Licenses: Expat
Build system: dune
Synopsis: Syntax extension for writing in-line benchmarks in ocaml code
Description:

Syntax extension for writing in-line benchmarks in ocaml code.

ocaml-linenoise 1.4.0
Propagated dependencies: ocaml-result@1.5 ocaml-odoc@2.2.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml-community/ocaml-linenoise
Licenses: FreeBSD
Build system: dune
Synopsis: Lightweight readline alternative
Description:

This package is a line-reading library for OCaml that aims to replace readline.

ocaml-ocp-index 1.3.4
Propagated dependencies: ocaml-ocp-indent@1.8.2 ocaml-re@1.10.4 ocaml-cmdliner@1.1.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://www.typerex.org/ocp-index.html
Licenses: GPL 3+ LGPL 2.1+
Build system: dune
Synopsis: Lightweight completion and documentation browsing for OCaml libraries
Description:

This package includes only the ocp-index library and command-line tool.

ocaml-lablgtk3-sourceview3 3.1.3
Dependencies: camlp5@8.00.03 gtk+@3.24.51
Propagated dependencies: gtksourceview@3.24.11 lablgtk@3.1.3
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/garrigue/lablgtk
Licenses: LGPL 2.0
Build system: dune
Synopsis: OCaml interface to GTK+ gtksourceview library
Description:

This package provides the lablgtk interface to the GTK+ gtksourceview library.

ocaml-ppx-js-style 0.15.0
Propagated dependencies: ocaml-base@0.15.0 ocaml-migrate-parsetree@2.4.0 ocaml-octavius@1.2.2 ocaml-ppxlib@0.28.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/ppx_js_style
Licenses: ASL 2.0
Build system: dune
Synopsis: Code style checker for Jane Street Packages
Description:

This package is a no-op ppx rewriter. It is used as a lint tool to enforce some coding conventions across all Jane Street packages.

dune-ordering 3.19.1
Propagated dependencies: dune-configurator@3.19.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/ocaml/dune
Licenses: Expat
Build system: dune
Synopsis: Dune element ordering
Description:

This library represents element ordering in OCaml.

ocaml-pyml 20220905-0.e33f4c4
Propagated dependencies: ocaml-stdcompat@19 python@3.11.14 python-numpy@2.3.1
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/thierry-martinez/pyml
Licenses: FreeBSD
Build system: dune
Synopsis: Python bindings for OCaml
Description:

Library that allows OCaml programs to interact with Python modules and objects. The library also provides low-level bindings to the Python C API.

This library is an alternative to pycaml which is no longer maintained. The Pycaml module provides a signature close to pycaml, to ease migration of code to this library.

ocaml-lacaml 11.0.8
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://mmottl.github.io/lacaml/
Licenses: LGPL 2.1
Build system: dune
Synopsis: OCaml-bindings to BLAS and LAPACK
Description:

Lacaml interfaces the BLAS-library (Basic Linear Algebra Subroutines) and LAPACK-library (Linear Algebra routines). It also contains many additional convenience functions for vectors and matrices.

ocaml-pprint 20220103
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/fpottier/pprint
Licenses: LGPL 2.0
Build system: dune
Synopsis: OCaml pretty-printing combinator library and rendering engine
Description:

This OCaml library offers a set of combinators for building so-called documents as well as an efficient engine for converting documents to a textual, fixed-width format. The engine takes care of indentation and line breaks, while respecting the constraints imposed by the structure of the document and by the text width.

Total packages: 70992