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

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.


perl-math-random-isaac-xs 1.004
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://metacpan.org/release/Math-Random-ISAAC-XS
Licenses: Public Domain
Build system: perl
Synopsis: C implementation of the ISAAC PRNG algorithm
Description:

ISAAC (Indirection, Shift, Accumulate, Add, and Count) is a fast pseudo-random number generator. It is suitable for applications where a significant amount of random data needs to be produced quickly, such as solving using the Monte Carlo method or for games. The results are uniformly distributed, unbiased, and unpredictable unless you know the seed.

This package implements the same interface as Math::Random::ISAAC.

hash-extender 0.02-0.f00b1a0
Dependencies: openssl@3.0.8
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://github.com/iagox86/hash_extender
Licenses: Modified BSD
Build system: gnu
Synopsis: Tool for hash length extension attacks
Description:

hash_extender is a utility for performing hash length extension attacks supporting MD4, MD5, RIPEMD-160, SHA-0, SHA-1, SHA-256, SHA-512, and WHIRLPOOL hashes.

b3sum 1.8.2
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://github.com/BLAKE3-team/BLAKE3
Licenses: CC0 ASL 2.0
Build system: cargo
Synopsis: Command line BLAKE3 checksum tool
Description:

This package provides b3sum, a command line checksum tool based on the BLAKE3 cryptographic hash function.

libscrypt 1.22
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://lolware.net/libscrypt.html
Licenses: Modified BSD
Build system: gnu
Synopsis: Password hashing library
Description:

libscrypt implements scrypt key derivation function. It is designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt.

libsecp256k1 0.7.0
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://github.com/bitcoin-core/secp256k1
Licenses: Expat
Build system: gnu
Synopsis: C library for EC operations on curve secp256k1
Description:

Optimized C library for EC operations on curve secp256k1.

Features:

  • secp256k1 ECDSA signing/verification and key generation.

  • Additive and multiplicative tweaking of secret/public keys.

  • Serialization/parsing of private keys, public keys, signatures.

  • Constant time, constant memory access signing and public key generation.

  • Derandomized ECDSA (via RFC6979 or with a caller provided function.)

  • Very efficient implementation.

  • Suitable for embedded systems.

  • No runtime dependencies.

  • Optional module for public key recovery.

  • Optional module for ECDH key exchange.

  • Optional module for Schnorr signatures according to BIP-340.

crc32c 1.1.2
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://github.com/google/crc32c
Licenses: Modified BSD
Build system: cmake
Synopsis: Cyclic redundancy check
Description:

This package provides architecture-specific implementations of the CRC32C algorithm, which is specified in RFC 3720, section 12.1.

libolm 3.2.16
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://gitlab.matrix.org/matrix-org/olm/
Licenses: ASL 2.0
Build system: cmake
Synopsis: Implementation of the Olm and Megolm cryptographic ratchets
Description:

The Olm library implements the Double Ratchet cryptographic ratchet. It is written in C and C++11, and exposed as a C API.

b2sum 20190724-0.54f4faa
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://www.blake2.net/
Licenses: CC0
Build system: gnu
Synopsis: BLAKE2 checksum tool
Description:

BLAKE2 is a cryptographic hash function faster than MD5, SHA-1, SHA-2, and SHA-3, yet is at least as secure as SHA-3.

olm 3.2.16
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://gitlab.matrix.org/matrix-org/olm/
Licenses: ASL 2.0
Build system: cmake
Synopsis: Implementation of the Olm and Megolm cryptographic ratchets
Description:

The Olm library implements the Double Ratchet cryptographic ratchet. It is written in C and C++11, and exposed as a C API.

libb2 0.98.1
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://blake2.net/
Licenses: Public Domain
Build system: gnu
Synopsis: Library implementing the BLAKE2 family of hash functions
Description:

libb2 is a portable implementation of the BLAKE2 family of cryptographic hash functions. It includes optimised implementations for IA-32 and AMD64 processors, and an interface layer that automatically selects the best implementation for the processor it is run on.

BLAKE2 (RFC 7693) is a family of high-speed cryptographic hash functions that are faster than MD5, SHA-1, SHA-2, and SHA-3, yet are at least as secure as the latest standard, SHA-3. It is an improved version of the SHA-3 finalist BLAKE.

cryptsetup-minimal 2.8.0
Dependencies: argon2@20190702 json-c@0.18 libgcrypt@1.11.0 lvm2@2.03.22 popt@1.18 util-linux@2.40.4
Channel: guix
Location: gnu/packages/cryptsetup.scm (gnu packages cryptsetup)
Home page: https://gitlab.com/cryptsetup/cryptsetup
Licenses: GPL 2
Build system: gnu
Synopsis: Set up transparent encryption of block devices using dm-crypt
Description:

Cryptsetup is a utility used to conveniently set up disk encryption based on the dm-crypt Linux kernel module. It is most often used to manage LUKS volumes but also supports plain dm-crypt volumes and loop-AES, TrueCrypt (including VeraCrypt extension), and BitLocker formats.

LUKS is the standard for hard disk encryption with the kernel Linux. It provides a standard on-disk-format compatible amongst distributions as well as secure management of multiple user passwords. LUKS stores all necessary setup information in the partition header to facilitate data transport and migration.

The package also includes the veritysetup and integritysetup utilities to conveniently configure the dm-verity and dm-integrity block integrity kernel modules.

cryptsetup-static 2.8.0
Dependencies: argon2-static@20190702 json-c-static@0.18 libgcrypt-static@1.11.0 lvm2-static@2.03.22 util-linux@2.40.4 util-linux@2.40.4 popt-static@1.18
Channel: guix
Location: gnu/packages/cryptsetup.scm (gnu packages cryptsetup)
Home page: https://gitlab.com/cryptsetup/cryptsetup
Licenses: GPL 2
Build system: gnu
Synopsis: Hard disk encryption tool (statically linked)
Description:

Cryptsetup is a utility used to conveniently set up disk encryption based on the dm-crypt Linux kernel module. It is most often used to manage LUKS volumes but also supports plain dm-crypt volumes and loop-AES, TrueCrypt (including VeraCrypt extension), and BitLocker formats.

LUKS is the standard for hard disk encryption with the kernel Linux. It provides a standard on-disk-format compatible amongst distributions as well as secure management of multiple user passwords. LUKS stores all necessary setup information in the partition header to facilitate data transport and migration.

The package also includes the veritysetup and integritysetup utilities to conveniently configure the dm-verity and dm-integrity block integrity kernel modules.

cryptsetup 2.8.0
Dependencies: argon2@20190702 json-c@0.18 libgcrypt@1.11.0 lvm2@2.03.22 popt@1.18 util-linux@2.40.4
Channel: guix
Location: gnu/packages/cryptsetup.scm (gnu packages cryptsetup)
Home page: https://gitlab.com/cryptsetup/cryptsetup
Licenses: GPL 2
Build system: gnu
Synopsis: Set up transparent encryption of block devices using dm-crypt
Description:

Cryptsetup is a utility used to conveniently set up disk encryption based on the dm-crypt Linux kernel module. It is most often used to manage LUKS volumes but also supports plain dm-crypt volumes and loop-AES, TrueCrypt (including VeraCrypt extension), and BitLocker formats.

LUKS is the standard for hard disk encryption with the kernel Linux. It provides a standard on-disk-format compatible amongst distributions as well as secure management of multiple user passwords. LUKS stores all necessary setup information in the partition header to facilitate data transport and migration.

The package also includes the veritysetup and integritysetup utilities to conveniently configure the dm-verity and dm-integrity block integrity kernel modules.

epson-inkjet-printer-escpr 1.7.24
Dependencies: cups-minimal@2.4.14
Channel: guix
Location: gnu/packages/cups.scm (gnu packages cups)
Home page: https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
Licenses: GPL 2+
Build system: gnu
Synopsis: ESC/P-R printer driver
Description:

This package provides a filter for CUPS that offers high-quality printing with Seiko Epson color ink jet printers. It can be used only with printers that support the Epson ESC/P-R language.

splix 2.0.0-315.76268c4
Dependencies: cups-minimal@2.4.14 jbigkit@2.1 zlib@1.3.1
Channel: guix
Location: gnu/packages/cups.scm (gnu packages cups)
Home page: http://splix.ap2c.org/
Licenses: GPL 2
Build system: gnu
Synopsis: QPDL (SPL2) printer driver
Description:

SpliX is a set of CUPS drivers for printers that speak QPDL, also called SPL2. These include many laser printers sold by Samsung, Xerox, Lexmark, Toshiba, and Dell.

Colour printers need colour profile files to get better results. These cms files are provided by the printer's manufacturer and must be obtained and installed separately.

hplip-minimal 3.24.4
Dependencies: cups-minimal@2.4.14 dbus@1.15.8 libjpeg-turbo@2.1.4 libusb@1.0.25 sane@1.4.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/cups.scm (gnu packages cups)
Home page: https://developers.hp.com/hp-linux-imaging-and-printing
Licenses: GPL 2+ Modified BSD Expat
Build system: gnu
Synopsis: GUI-less version of hplip
Description:

Hewlett-Packard printer drivers and PostScript Printer Descriptions (PPDs).

python-pycups 2.0.4
Dependencies: cups@2.4.14
Channel: guix
Location: gnu/packages/cups.scm (gnu packages cups)
Home page: https://github.com/zdohnal/pycups
Licenses: GPL 2+
Build system: pyproject
Synopsis: Python bindings for libcups
Description:

This package provides Python bindings for libcups, wrapping the CUPS API.

cups-minimal 2.4.14
Dependencies: zlib@1.3.1 gnutls@3.8.3 libxcrypt@4.4.38
Channel: guix
Location: gnu/packages/cups.scm (gnu packages cups)
Home page: https://openprinting.github.io/cups
Licenses: ASL 2.0
Build system: gnu
Synopsis: The Common Unix Printing System
Description:

CUPS is a printing system that uses IPP to talk to printers and network clients. It also provides the old lp and lpr commands, a Web interface, and a C programming interface to manage printers and print jobs.

CUPS can print to both local (USB, serial, even parallel) and networked printers. Almost any modern printer supports IPP Everywhere, sometimes sold as AirPrint, and is supported out of the box. Older printers can be supported through legacy PPD-based printer drivers called ``printer applications''. These must be installed separately.

hplip 3.24.4
Dependencies: cups-minimal@2.4.14 dbus@1.15.8 libjpeg-turbo@2.1.4 libusb@1.0.25 python@3.11.14 python-dbus@1.2.18 python-pygobject@3.50.0 python-pyqt@5.15.11 python-wrapper@3.11.14 sane@1.4.0 net-snmp@5.9.4 openssl@3.0.8 avahi@0.8 zlib@1.3.1
Channel: guix
Location: gnu/packages/cups.scm (gnu packages cups)
Home page: https://developers.hp.com/hp-linux-imaging-and-printing
Licenses: GPL 2+ Modified BSD Expat
Build system: gnu
Synopsis: HP printer drivers
Description:

Hewlett-Packard printer drivers and PostScript Printer Descriptions (PPDs).

foo2zjs 20200610.1
Dependencies: bash-minimal@5.2.37 coreutils@9.1 sed@4.9 ghostscript@9.56.1 foomatic-filters@4.0.17
Channel: guix
Location: gnu/packages/cups.scm (gnu packages cups)
Home page: https://web.archive.org/web/20210129024712/http://foo2zjs.rkkda.com/
Licenses: Expat GPL 2+
Build system: gnu
Synopsis: Printer driver for ZjStream-based printers
Description:

foo2zjs is a printer driver for printers that use the Zenographics ZjStream wire protocol for their print data, often erroneously referred to as winprinters or GDI printers.

It supports Minolta/QMS Magicolor, Minolta Color PageWorks/Pro, HP LaserJet, and possibly other printers. See README for details.

cups 2.4.14
Dependencies: avahi@0.8 coreutils@9.1 cups-filters@1.28.16 gnutls@3.8.3 linux-pam@1.5.2 zlib@1.3.1
Channel: guix
Location: gnu/packages/cups.scm (gnu packages cups)
Home page: https://openprinting.github.io/cups
Licenses: ASL 2.0
Build system: gnu
Synopsis: The Common Unix Printing System
Description:

CUPS is a printing system that uses IPP to talk to printers and network clients. It also provides the old lp and lpr commands, a Web interface, and a C programming interface to manage printers and print jobs.

CUPS can print to both local (USB, serial, even parallel) and networked printers. Almost any modern printer supports IPP Everywhere, sometimes sold as AirPrint, and is supported out of the box. Older printers can be supported through legacy PPD-based printer drivers called ``printer applications''. These must be installed separately.

foomatic-filters 4.0.17
Dependencies: dbus@1.15.8 a2ps@4.15.7
Channel: guix
Location: gnu/packages/cups.scm (gnu packages cups)
Home page: https://openprinting.github.io/projects/02-foomatic/
Licenses: GPL 2+
Build system: gnu
Synopsis: Convert PostScript to the printer's native format
Description:

This package contains filter scripts used by the printer spoolers to convert the incoming PostScript data into the printer's native format using a printer/driver specific, but spooler-independent PPD file.

cups-pk-helper 0.2.7
Dependencies: glib@2.83.3 polkit@121 cups-minimal@2.4.14
Channel: guix
Location: gnu/packages/cups.scm (gnu packages cups)
Home page: https://www.freedesktop.org/wiki/Software/cups-pk-helper/
Licenses: GPL 2+
Build system: meson
Synopsis: PolicyKit helper to configure CUPS with fine-grained privileges
Description:

This package provides the org.opensuse.CupsPkHelper.Mechanism DBus system service which uses cups-pk-helper-mechanism. This package should only be used as part of the Guix cups-pk-helper service.

brlaser 6.2.7
Dependencies: ghostscript@9.56.1 cups@2.4.14 zlib@1.3.1
Channel: guix
Location: gnu/packages/cups.scm (gnu packages cups)
Home page: https://github.com/Owl-Maintain/brlaser
Licenses: GPL 2+
Build system: cmake
Synopsis: Brother laser printer driver
Description:

Brlaser is a CUPS driver for Brother laser printers. This driver is known to work with these printers:

  1. Brother DCP-1510 series

  2. Brother DCP-1600 series

  3. Brother DCP-1610W series

  4. Brother DCP-7010

  5. Brother DCP-7020

  6. Brother DCP-7030

  7. Brother DCP-7040

  8. Brother DCP-7055

  9. Brother DCP-7055W

  10. Brother DCP-7060D

  11. Brother DCP-7065DN

  12. Brother DCP-7070DW

  13. Brother DCP-7080

  14. Brother DCP-7080D

  15. Brother DCP-8065DN

  16. Brother DCP-B7500D series

  17. Brother DCP-L2500D series

  18. Brother DCP-L2510D series

  19. Brother DCP-L2520D series

  20. Brother DCP-L2520DW series

  21. Brother DCP-L2537DW

  22. Brother DCP-L2540DW series

  23. Brother DCP-L2550DW series

  24. Brother DCP-L2560DW series

  25. Brother FAX-2820

  26. Brother FAX-2840

  27. Brother HL-1110 series

  28. Brother HL-1200 series

  29. Brother HL-2030 series

  30. Brother HL-2130 series

  31. Brother HL-2140 series

  32. Brother HL-2220 series

  33. Brother HL-2230 series

  34. Brother HL-2240 series

  35. Brother HL-2240D series

  36. Brother HL-2250DN series

  37. Brother HL-2260

  38. Brother HL-2260D

  39. Brother HL-2270DW series

  40. Brother HL-2280DW

  41. Brother HL-5030 series

  42. Brother HL-5040 series

  43. Brother HL-5140 series

  44. Brother HL-5370DW series

  45. Brother HL-5450DN series

  46. Brother HL-L2300D series

  47. Brother HL-L2305 series

  48. Brother HL-L2310D series

  49. Brother HL-L2320D series

  50. Brother HL-L2335D series

  51. Brother HL-L2340D series

  52. Brother HL-L2350DW series

  53. Brother HL-L2360D series

  54. Brother HL-L2370DN series

  55. Brother HL-L2375DW series

  56. Brother HL-L2380DW series

  57. Brother HL-L2390DW

  58. Brother HL-L2400DW

  59. Brother HL-L2402D

  60. Brother HL-L2405W

  61. Brother HL-L5000D series

  62. Brother MFC-1810 series

  63. Brother MFC-1910W series

  64. Brother MFC-7240

  65. Brother MFC-7320

  66. Brother MFC-7340

  67. Brother MFC-7360N

  68. Brother MFC-7365DN

  69. Brother MFC-7420

  70. Brother MFC-7440N

  71. Brother MFC-7460DN

  72. Brother MFC-7860DW

  73. Brother MFC-8440

  74. Brother MFC-8710DW

  75. Brother MFC-8860DN

  76. Brother MFC-9160

  77. Brother MFC-L2690DW

  78. Brother MFC-L2700DN series

  79. Brother MFC-L2700DW series

  80. Brother MFC-L2710DN series

  81. Brother MFC-L2710DW series

  82. Brother MFC-L2750DW series

  83. Fuji Xerox DocuPrint P265 dw

  84. Lenovo LJ2650DN

Total packages: 69244