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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


npth 1.8
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://www.gnupg.org
Licenses: LGPL 3+ GPL 2+
Build system: gnu
Synopsis: Non-preemptive thread library
Description:

Npth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation.

In contrast to GNU Pth is is based on the system's standard threads implementation. This allows the use of libraries which are not compatible to GNU Pth.

pinentry-gnome3 1.3.2
Dependencies: gtk+@2.24.33 gcr@3.41.2 glib@2.83.3 ncurses@6.2.20210619 libassuan@3.0.1 libsecret@0.21.4
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://gnupg.org/aegypten2/
Licenses: GPL 2+
Build system: gnu
Synopsis: GnuPG's interface to passphrase input
Description:

Pinentry provides a console and a GUI designed for use with GNOME 3 that allows users to enter a passphrase when required by gpg or other software.

gpgme 1.24.1
Dependencies: gnupg@2.4.7
Propagated dependencies: libgpg-error@1.51 libassuan@3.0.1
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://www.gnupg.org/related_software/gpgme/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Library providing simplified access to GnuPG functionality
Description:

GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management. Currently it uses GnuPG as its backend but the API isn't restricted to this engine.

Because the direct use of GnuPG from an application can be a complicated programming task, it is suggested that all software should try to use GPGME instead. This way bug fixes or improvements can be done at a central place and every application benefits from this.

pgpdump 0.35
Dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://www.mew.org/~kazu/proj/pgpdump/en/
Licenses: Modified BSD
Build system: gnu
Synopsis: PGP packet visualizer
Description:

pgpdump displays the sequence of OpenPGP or PGP version 2 packets from a file.

The output of this command is similar to GnuPG's list packets command, however, pgpdump produces more detailed and easier to understand output.

qgpgme 1.24.1
Dependencies: qtbase@5.15.17 gnupg@2.4.7
Propagated dependencies: gpgme@1.24.1
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://www.gnupg.org/related_software/gpgme/
Licenses: GPL 2+
Build system: gnu
Synopsis: Qt API bindings for gpgme
Description:

QGpgme provides a very high level Qt API around GpgMEpp.

QGpgME was originally developed as part of libkleo and incorporated into gpgpme starting with version 1.7.

pinentry-bemenu 0.14.0
Dependencies: bemenu@0.6.23 libassuan@3.0.1 libgpg-error@1.51 popt@1.18
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://github.com/t-8ch/pinentry-bemenu
Licenses: GPL 3+
Build system: meson
Synopsis: Pinentry implementation based on @code{bemenu}
Description:

This package provides a Pinentry implementation based on Bemenu.

python-gpg 1.10.0
Dependencies: gpgme@1.24.1
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://www.gnupg.org/related_software/gpgme/
Licenses: LGPL 2.1+
Build system: python
Synopsis: Python bindings for GPGME GnuPG cryptography library
Description:

This package provides Python bindings to the GPGME GnuPG cryptographic library. It is developed in the GPGME source code, and then distributed separately.

python-gnupg 0.5.0
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://pythonhosted.org/python-gnupg/index.html
Licenses: Modified BSD
Build system: pyproject
Synopsis: Wrapper for the GNU Privacy Guard
Description:

This module allows easy access to GnuPG’s key management, encryption and signature functionality from Python programs.

guile-gcrypt 0.5.0
Dependencies: guile@3.0.9 libgcrypt@1.11.0
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://notabug.org/cwebber/guile-gcrypt
Licenses: LGPL 3+
Build system: gnu
Synopsis: Cryptography library for Guile using Libgcrypt
Description:

Guile-Gcrypt provides a Guile interface to a subset of the GNU Libgcrypt crytographic library. It provides modules for cryptographic hash functions, message authentication codes (MAC), public-key cryptography, strong randomness, and more. It is implemented using the foreign function interface (FFI) of Guile.

pinentry-rofi 3.0.0
Dependencies: bash-minimal@5.2.37 guile@3.0.9 rofi@2.0.0
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://github.com/plattfot/pinentry-rofi/
Licenses: GPL 3+
Build system: gnu
Synopsis: Rofi GUI for GnuPG's passphrase input
Description:

Pinentry-rofi is a simple graphical user interface for passphrase or PIN when required by gpg or other software. It is using the Rofi application launcher as the user interface. Which makes it combined with rofi-pass a good front end for password-store.

pinentry-emacs 1.3.2
Dependencies: ncurses@6.2.20210619 libassuan@3.0.1 libsecret@0.21.4
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://gnupg.org/aegypten2/
Licenses: GPL 2+
Build system: gnu
Synopsis: GnuPG's interface to passphrase input
Description:

Pinentry provides a console and an Emacs interface that allows users to enter a passphrase when required by gpg or other software.

parcimonie 0.12.0
Dependencies: bash-minimal@5.2.37 gnupg@2.4.7 perl-clone@0.43 perl-config-general@2.63 perl-file-homedir@1.004 perl-file-sharedir@1.116 perl-file-which@1.23 perl-gnupg-interface@1.05 perl-ipc-system-simple@1.26 perl-json@4.02 perl-list-moreutils@0.430 perl-moo@1.007000 perl-moox-late@0.016 perl-moox-options@4.023 perl-moox-strictconstructor@0.010 perl-namespace-clean@0.27 perl-net-dbus@1.2.0 perl-pango@1.227 perl-path-tiny@0.118 perl-time-duration@1.21 perl-time-duration-parse@0.15 perl-try-tiny@0.31 perl-type-tiny@1.012003 perl-types-path-tiny@0.006 torsocks@2.4.0
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://salsa.debian.org/intrigeri/parcimonie
Licenses: GPL 1+
Build system: perl
Synopsis: Incrementally refreshes a GnuPG keyring
Description:

Parcimonie incrementally refreshes a GnuPG keyring in a way that makes it hard to correlate the keyring content to an individual, and makes it hard to locate an individual based on an identifying subset of her keyring content. Parcimonie is a daemon that fetches one key at a time using the Tor network, waits a bit, changes the Tor circuit being used, and starts over.

libksba 1.6.7
Propagated dependencies: libgpg-error@1.51
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://www.gnupg.org
Licenses: GPL 3+
Build system: gnu
Synopsis: CMS and X.509 access library
Description:

KSBA (pronounced Kasbah) is a library to make X.509 certificates as well as the CMS easily accessible by other applications. Both specifications are building blocks of S/MIME and TLS.

libgpg-error 1.51
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://gnupg.org
Licenses: LGPL 2.0+
Build system: gnu
Synopsis: Library of error values for GnuPG components
Description:

Libgpg-error is a small library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, Libksba, DirMngr, Pinentry, SmartCard Daemon and possibly more in the future.

guile2.2-gcrypt 0.5.0
Dependencies: guile@2.2.7 libgcrypt@1.11.0
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://notabug.org/cwebber/guile-gcrypt
Licenses: LGPL 3+
Build system: gnu
Synopsis: Cryptography library for Guile using Libgcrypt
Description:

Guile-Gcrypt provides a Guile interface to a subset of the GNU Libgcrypt crytographic library. It provides modules for cryptographic hash functions, message authentication codes (MAC), public-key cryptography, strong randomness, and more. It is implemented using the foreign function interface (FFI) of Guile.

pius 3.0.0-0.5f7c10b
Dependencies: perl@5.36.0 gnupg@2.4.7
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://github.com/jaymzh/pius
Licenses: GPL 2
Build system: pyproject
Synopsis: Programs to simplify GnuPG key signing
Description:

Pius (PGP Individual UID Signer) helps attendees of PGP key signing parties. It is the main utility and makes it possible to quickly and easily sign each UID on a set of PGP keys. It is designed to take the pain out of the sign-all-the-keys part of PGP key signing parties while adding security to the process. The pius-keyring-mgr and pius-party-worksheet commands help organizers of PGP key signing parties.

pinentry 1.3.2
Dependencies: gtk+@2.24.33 glib@2.83.3 ncurses@6.2.20210619 libassuan@3.0.1 libsecret@0.21.4
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://gnupg.org/aegypten2/
Licenses: GPL 2+
Build system: gnu
Synopsis: GnuPG's interface to passphrase input
Description:

Pinentry provides a console and a GTK+ GUI that allows users to enter a passphrase when gpg is run and needs it.

pinentry-qt 1.3.2
Dependencies: qtbase@6.9.2 qtwayland@6.9.2 ncurses@6.2.20210619 libassuan@3.0.1 libsecret@0.21.4
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://gnupg.org/aegypten2/
Licenses: GPL 2+
Build system: gnu
Synopsis: GnuPG's interface to passphrase input
Description:

Pinentry provides a console and a Qt GUI that allows users to enter a passphrase when gpg is run and needs it.

wmfire 1.2.4
Dependencies: gtk+@2.24.33 libgtop@2.41.3
Channel: guix
Location: gnu/packages/gnustep.scm (gnu packages gnustep)
Home page: https://www.improbability.net/
Licenses: GPL 2+
Build system: gnu
Synopsis: Display flames to represent resource usage
Description:

wmfire is an applet for Window Maker that can monitor the average cpu load, or individual cpu load on SMP computers. Additionally it can monitor the memory, network load, a file or just be set to show a pretty flame. On entering the dock a burning spot replaces the cursor, and after two seconds symbols to represent the current monitor are "burnt" onscreen. The flame colour can also be changed.

wmcpuload 1.1.1
Dependencies: libx11@1.8.12 libxext@1.3.6 libxpm@3.5.17
Channel: guix
Location: gnu/packages/gnustep.scm (gnu packages gnustep)
Home page: https://www.dockapps.net/wmcpuload
Licenses: GPL 2+
Build system: gnu
Synopsis: Monitor CPU usage
Description:

Wmcpuload displays the current CPU usage, expressed as a percentile and a chart, and has an LCD look-alike user interface. The back-light may be turned on and off by clicking the mouse button over the application. If the CPU usage hits a certain threshold, an alarm-mode will alert you by turning back-light on.

libobjc2 2.2.1
Dependencies: clang@13.0.1 robin-map@0.6.3
Channel: guix
Location: gnu/packages/gnustep.scm (gnu packages gnustep)
Home page: https://www.gnustep.org/
Licenses: Expat
Build system: cmake
Synopsis: Objective-C runtime library for Clang
Description:

Libobjc2 is an Objective-C runtime library designed as a drop-in replacement for GCC runtime. It supports following features beyond GCC runtime.

  • Modern Objective-C runtime APIs.

  • Blocks (Closures).

  • Synthesised property accessors.

  • Efficient support for @synchronized().

  • Type-dependent dispatch.

  • Associated reference API.

  • Automatic Reference Counting.

gnustep-make 2.7.0
Channel: guix
Location: gnu/packages/gnustep.scm (gnu packages gnustep)
Home page: http://gnustep.org
Licenses: GPL 3+
Build system: gnu
Synopsis: GNUstep make package
Description:

The makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project. It allows the user to write a project without having to deal with the complex issues associated with configuration, building, installation, and packaging. It also allows the user to easily create cross-compiled binaries.

wmnd 0.4.18
Dependencies: libx11@1.8.12 libxext@1.3.6 libxpm@3.5.17
Channel: guix
Location: gnu/packages/gnustep.scm (gnu packages gnustep)
Home page: https://www.thregr.org/~wavexx/software/wmnd/
Licenses: GPL 2+
Build system: gnu
Synopsis: Network interface monitor
Description:

WMND is a dockapp for monitoring network interfaces under WindowMaker and other compatible window managers.

wmbattery 2.54
Dependencies: glib@2.83.3 libx11@1.8.12 libxext@1.3.6 libxpm@3.5.17 upower@1.90.2
Channel: guix
Location: gnu/packages/gnustep.scm (gnu packages gnustep)
Home page: https://www.dockapps.net/wmbattery
Licenses: GPL 2
Build system: gnu
Synopsis: Display laptop battery info
Description:

Wmbattery displays the status of your laptop's battery in a small icon. This includes if it is plugged in, if the battery is charging, how many minutes of battery life remain, battery life remaining (with both a percentage and a graph), and battery status (high - green, low - yellow, or critical - red).

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091