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

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.


orthanc 1.12.7
Dependencies: boost@1.83.0 civetweb@1.16 curl@8.6.0 dcmtk@3.6.9 jsoncpp@1.9.6 libjpeg-turbo@2.1.4 libpng@1.6.39 lua@5.3.5 openssl@3.0.8 protobuf@3.21.9 pugixml@1.12.1 util-linux@2.40.4 sqlite@3.39.3 unzip@6.0
Channel: guix
Location: gnu/packages/medical.scm (gnu packages medical)
Home page: https://orthanc-server.com
Licenses: GPL 3+
Build system: cmake
Synopsis: Standalone @acronym{DICOM, Digital Imaging and Communications in Medicine} server
Description:

Orthanc is a standalone DICOM server with a RESTful API and plugin mechanism for extending its functionality.

orthanc-mysql 5.2-0.a6300cc
Dependencies: boost@1.83.0 curl@8.6.0 jsoncpp@1.9.6 mysql@5.7.33 openssl@3.0.8 orthanc@1.12.7 protobuf@3.21.9 unzip@6.0 util-linux@2.40.4 zlib@1.3.1
Channel: guix
Location: gnu/packages/medical.scm (gnu packages medical)
Home page: https://orthanc-server.com
Licenses: AGPL 3+
Build system: cmake
Synopsis: MySQL plugins for Orthanc
Description:

This package provides plugins to use MySQL or MariaDB as the database backend of an Orthanc DICOM server instead of SQLite.

orthanc-mariadb 5.2-0.a6300cc
Dependencies: mariadb@10.11.14 mariadb@10.11.14 boost@1.83.0 curl@8.6.0 jsoncpp@1.9.6 openssl@3.0.8 orthanc@1.12.7 protobuf@3.21.9 unzip@6.0 util-linux@2.40.4 zlib@1.3.1
Channel: guix
Location: gnu/packages/medical.scm (gnu packages medical)
Home page: https://orthanc-server.com
Licenses: AGPL 3+
Build system: cmake
Synopsis: MariaDB plugins for Orthanc
Description:

This package provides plugins to use MySQL or MariaDB as the database backend of an Orthanc DICOM server instead of SQLite.

xmedcon-minimal 0.25.3
Dependencies: libpng@1.6.39 nifticlib@3.0.1
Channel: guix
Location: gnu/packages/medical.scm (gnu packages medical)
Home page: https://xmedcon.sourceforge.io
Licenses: LGPL 2.0+
Build system: gnu
Synopsis: Medical image conversion utility (variant with CLI only)
Description:

(X)MedCon can be used to convert between different file formats used in medical imaging. The supported formats are ACR-NEMA 2.0, Analyze (SPM), Concorde/μPET, DICOM 3.0, CTI ECAT 6/7, NIfTI-1, Interfile 3.3, PNG, and GIF87a/89a. This package includes a command-line utility (medcon) and a GTK+ based GUI application (xmedcon).

mes 0.27.1
Propagated dependencies: mescc-tools@1.7.0 nyacc@2.02.5
Channel: guix
Location: gnu/packages/mes.scm (gnu packages mes)
Home page: https://www.gnu.org/software/mes/
Licenses: GPL 3+
Build system: gnu
Synopsis: Scheme interpreter and C compiler for full source bootstrapping
Description:

GNU Mes--Maxwell Equations of Software--brings the Reduced Binary Seed bootstrap to Guix and aims to help create full source bootstrapping for GNU/Linux distributions. It consists of a mutual self-hosting Scheme interpreter in C and a Nyacc-based C compiler in Scheme and is compatible with Guile.

m2-planet 1.12.0
Channel: guix
Location: gnu/packages/mes.scm (gnu packages mes)
Home page: https://github.com/oriansj/m2-planet
Licenses: GPL 3+
Build system: gnu
Synopsis: The PLAtform NEutral Transpiler
Description:

M2-Planet, the PLAtform NEutral Transpiler, when combined with mescc-tools, compiles a subset of the C language into working binaries with introspective steps in between. It is self-hosting and for bootstrapping it also has an implementation in the M1 macro assembly language. M2-Planet is built as Phase-5 of the full source bootstrapping process and is capable of building GNU Mes.

nyacc 2.02.5
Dependencies: guile@3.0.9
Propagated dependencies: guile-bytestructures@1.0.10
Channel: guix
Location: gnu/packages/mes.scm (gnu packages mes)
Home page: https://savannah.nongnu.org/projects/nyacc
Licenses: GPL 3+ LGPL 3+
Build system: gnu
Synopsis: LALR(1) Parser Generator in Guile
Description:

NYACC is set of Guile modules for generating parsers and lexical analyzers. It provides sample parsers, pretty-printers using SXML trees as an intermediate representation, a decent C parser and an `FFI Helper' tool to help create Guile Scheme bindings for C-based libraries. It also provides (partially implemented) compilers based on these parsers to allow execution with Guile as extension languages.

nyacc 1.08.1
Dependencies: guile@3.0.9
Propagated dependencies: guile-bytestructures@1.0.10
Channel: guix
Location: gnu/packages/mes.scm (gnu packages mes)
Home page: https://savannah.nongnu.org/projects/nyacc
Licenses: GPL 3+ LGPL 3+
Build system: gnu
Synopsis: LALR(1) Parser Generator in Guile
Description:

NYACC is set of Guile modules for generating parsers and lexical analyzers. It provides sample parsers, pretty-printers using SXML trees as an intermediate representation, a decent C parser and an `FFI Helper' tool to help create Guile Scheme bindings for C-based libraries. It also provides (partially implemented) compilers based on these parsers to allow execution with Guile as extension languages.

nyacc 1.00.2
Dependencies: guile@3.0.9
Channel: guix
Location: gnu/packages/mes.scm (gnu packages mes)
Home page: https://savannah.nongnu.org/projects/nyacc
Licenses: GPL 3+ LGPL 3+
Build system: gnu
Synopsis: LALR(1) Parser Generator in Guile
Description:

NYACC is set of Guile modules for generating parsers and lexical analyzers. It provides sample parsers, pretty-printers using SXML trees as an intermediate representation, a decent C parser and an `FFI Helper' tool to help create Guile Scheme bindings for C-based libraries. It also provides (partially implemented) compilers based on these parsers to allow execution with Guile as extension languages.

mescc-tools 1.7.0
Channel: guix
Location: gnu/packages/mes.scm (gnu packages mes)
Home page: https://savannah.nongnu.org/projects/mescc-tools
Licenses: GPL 3+
Build system: gnu
Synopsis: Tools for the full source bootstrapping process
Description:

Mescc-tools is a collection of tools for use in a full source bootstrapping process. It consists of the M1 macro assembler, the hex2 linker, the blood-elf symbol table generator, the kaem shell, exec_enable and get_machine.

python-harmony 0.7.2
Dependencies: python-librecaptcha@0.7.3 python-keyring@23.9.3 python-requests@2.32.5
Channel: guix
Location: gnu/packages/messaging.scm (gnu packages messaging)
Home page: https://github.com/taylordotfish/harmony
Licenses: GPL 3+
Build system: pyproject
Synopsis: Discord account management
Description:

This package provides account management tools for Discord.

bitlbee 3.6
Dependencies: glib@2.83.3 libotr@4.1.1 gnutls@3.8.3 python@3.11.14 perl@5.36.0
Channel: guix
Location: gnu/packages/messaging.scm (gnu packages messaging)
Home page: https://www.bitlbee.org/
Licenses: GPL 2+ FreeBSD
Build system: gnu
Synopsis: IRC to instant messaging gateway
Description:

BitlBee brings IM (instant messaging) to IRC clients, for people who have an IRC client running all the time and don't want to run an additional IM client. BitlBee currently supports XMPP/Jabber (including Google Talk), MSN Messenger, Yahoo! Messenger, AIM and ICQ, and the Twitter microblogging network (plus all other Twitter API compatible services like identi.ca and status.net).

omemo-wget 0.3.0
Dependencies: go-github-com-pkg-errors@0.9.1 xdg-utils@1.2.1
Channel: guix
Location: gnu/packages/messaging.scm (gnu packages messaging)
Home page: https://roob.re/omemo-wget
Licenses: LGPL 3+
Build system: go
Synopsis: Program to download and decrypt @code{aesgcm://} URLs
Description:

OMEMO-wget is a tool to handle cryptographic URLs, generated by OMEMO, during XMPP-based sessions.

chatty 0.7.3
Dependencies: feedbackd@0.6.0 folks@0.15.9 gnome-desktop@44.0 gsettings-desktop-schemas@46.1 gspell@1.12.2 json-glib@1.10.0 libgcrypt@1.11.0 libgee@0.20.6 libhandy@1.8.3 olm@3.2.16 libphonenumber@8.11.3 modem-manager@1.22.0 pidgin@2.14.14 purple-mm-sms@0.1.4 sqlite@3.39.3
Propagated dependencies: adwaita-icon-theme@46.2 evolution-data-server@3.56.1
Channel: guix
Location: gnu/packages/messaging.scm (gnu packages messaging)
Home page: https://source.puri.sm/Librem5/chatty
Licenses: GPL 3+
Build system: meson
Synopsis: Mobile client for XMPP and SMS messaging
Description:

Chatty is a chat program for XMPP and SMS. It works on mobile as well as on desktop platforms. It's based on libpurple and ModemManager.

telegram-purple 1.4.7
Dependencies: pidgin@2.14.14 libgcrypt@1.11.0 libwebp@1.3.2 glib@2.83.3 gtk+@2.24.33 zlib@1.3.1
Channel: guix
Location: gnu/packages/messaging.scm (gnu packages messaging)
Home page: https://github.com/majn/telegram-purple
Licenses: GPL 2+
Build system: gnu
Synopsis: Telegram messaging support for Pidgin
Description:

Telegram-purple is a plugin for Libpurple, the communication library used by the Pidgin instant messaging client, that adds support for the Telegram messenger.

This package is on ``life support'' until tdlib-purple is a full replacement.

ngircd 27
Dependencies: zlib@1.3.1 tcp-wrappers@7.6 gnutls@3.8.3 linux-pam@1.5.2
Channel: guix
Location: gnu/packages/messaging.scm (gnu packages messaging)
Home page: https://ngircd.barton.de/
Licenses: GPL 2+
Build system: gnu
Synopsis: Lightweight Internet Relay Chat server for small networks
Description:

ngIRCd is a lightweight Internet Relay Chat (IRC) server for small or private networks. It is easy to configure, can cope with dynamic IP addresses, and supports IPv6, SSL-protected connections, as well as PAM for authentication.

mcabber 1.1.2
Dependencies: gpgme@1.24.1 libotr@4.1.1 aspell@0.60.8 enchant@1.6.0 libidn@1.43 glib@2.83.3 ncurses@6.2.20210619 loudmouth@1.5.4
Channel: guix
Location: gnu/packages/messaging.scm (gnu packages messaging)
Home page: https://mcabber.com
Licenses: GPL 2+
Build system: gnu
Synopsis: Small XMPP console client
Description:

Mcabber is a small XMPP (Jabber) console client, which includes features such as SASL and TLS support, Multi-User Chat (MUC) support, logging, command-completion, OpenPGP encryption, Off-the-Record Messaging (OTR) support, and more.

libsignal-protocol-c 2.3.3
Dependencies: check@0.15.2 openssl@3.0.8
Channel: guix
Location: gnu/packages/messaging.scm (gnu packages messaging)
Home page: https://github.com/WhisperSystems/libsignal-protocol-c
Licenses: GPL 3+
Build system: cmake
Synopsis: Implementation of a ratcheting forward secrecy protocol
Description:

libsignal-protocol-c is an implementation of a ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging environments. It can be used with messaging software to provide end-to-end encryption.

pidgin-otr 4.0.2
Dependencies: glib@2.83.3 gtk+@2.24.33 libgcrypt@1.11.0 libgpg-error@1.51 libotr@4.1.1 perl@5.36.0 pidgin@2.14.14
Channel: guix
Location: gnu/packages/messaging.scm (gnu packages messaging)
Home page: https://otr.cypherpunks.ca/
Licenses: GPL 2+
Build system: gnu
Synopsis: Off-the-Record Messaging plugin for Pidgin
Description:

Pidgin-OTR is a plugin that adds support for OTR to the Pidgin instant messaging client. OTR (Off-the-Record) Messaging allows you to have private conversations over instant messaging by providing: (1) Encryption: No one else can read your instant messages. (2) Authentication: You are assured the correspondent is who you think it is. (3) Deniability: The messages you send do not have digital signatures that are checkable by a third party. Anyone can forge messages after a conversation to make them look like they came from you. However, during a conversation, your correspondent is assured the messages he sees are authentic and unmodified. (4) Perfect forward secrecy: If you lose control of your private keys, no previous conversation is compromised.

ejabberd 25.08
Dependencies: bash-minimal@5.2.37 coreutils@9.1 procps@4.0.3 sed@4.9
Channel: guix
Location: gnu/packages/messaging.scm (gnu packages messaging)
Home page: https://www.ejabberd.im
Licenses: GPL 2+
Build system: rebar
Synopsis: Robust, Ubiquitous and Massively Scalable Messaging Platform
Description:

This package provides Ejabberd -- Robust, Ubiquitous and Massively Scalable Messaging Platform. It supports XMPP, MQTT and SIP protocols.

utox 0.18.1
Dependencies: bash-minimal@5.2.37 dbus@1.15.8 filteraudio@0.0.0-1.2fc6695 fontconfig-minimal@2.14.0 freetype@2.13.3 c-toxcore@0.2.19 gtk+@3.24.51 libvpx@1.15.2 libx11@1.8.12 libxext@1.3.6 libxrender@0.9.12 openal@1.23.1 v4l-utils@1.22.1
Channel: guix
Location: gnu/packages/messaging.scm (gnu packages messaging)
Home page: https://github.com/uTox/uTox
Licenses: GPL 3
Build system: cmake
Synopsis: Lightweight Tox client
Description:

uTox is a lightweight Tox client. Tox is a distributed and secure instant messenger with audio and video chat capabilities.

silc-toolkit 1.1.12
Channel: guix
Location: gnu/packages/messaging.scm (gnu packages messaging)
Home page: https://silc.github.io/info
Licenses: GPL 2+ FreeBSD
Build system: gnu
Synopsis: SILC ToolKit
Description:

SILC (Secure Internet Live Conferencing) is a modern and secure conferencing protocol. It provides all the common conferencing services like private messages, instant messages, channels and groups, and video and audio conferencing.

purple-lurch 0.7.0
Dependencies: axc@0.3.7 glib@2.83.3 libgcrypt@1.11.0 libomemo@0.7.1 libsignal-protocol-c@2.3.3 libxml2@2.14.6 minixml@3.3.1 pidgin@2.14.14 sqlite@3.39.3
Channel: guix
Location: gnu/packages/messaging.scm (gnu packages messaging)
Home page: https://github.com/gkdr/lurch
Licenses: GPL 3+
Build system: gnu
Synopsis: OMEMO Encryption for libpurple
Description:

Purple-lurch plugin adds end-to-end encryption support through the Double Ratchet (Axolotl) algorithm, to libpurple applications using XMPP,through its standard XEP-0384: OMEMO Encryption. It provides confidentiality, (weak) forward secrecy, break-in recovery, authentication, integrity, deniability, and asynchronicity.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31087