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.
This package implements XOR tries. An XOR trie is a trie for equal-length bit strings. XOR tries support efficient set operations, as well as distance-based operations with respect to the XOR metric.
Package redirects provides Netlify style _redirects file format parsing.
Common utilities used by go-ipfs and other related Go packages.
Srain is an IRC client written in GTK. It aims to be modern and easy to use while still remaining useful to power users. It also has partial support for the IRCv3 protocol.
Kirc is an Internet Relay Chat (IRC) client. It includes support for Simple Authentication and Security Layer (SASL), the client-to-client (CTCP) protocol, simple chat history logging, synchronous message handling, multi-channel joining at server connection, full support for all RFC 2812 commands, and customized color scheme definitions.
This package provides a synchronization tool for IRC chat history.
Package irc provides a simple IRC library meant as a building block for other projects.
catgirl is a TLS-only terminal IRC client.
Notable features include:
Tab complete: most recently seen or mentioned nicks are completed first. Commas are inserted between multiple nicks.
Prompt: the prompt clearly shows whether input will be interpreted as a command or sent as a message.
Split scroll: keeps the latest messages in view while scrolling.
URL detection: recent URLs from a particular user or matching a substring can be opened or copied.
Nick coloring: color generation based on usernames remains stable across nick changes. Mentions of users in messages are colored.
Topic diffing: the modified portion of a channel topic change is highlighted.
This package provides an IRC library for Python, based on asyncio.
Snuik is an IRC bot in Guile Goblins. It has some basic functionality only, such as greeting, feed, identify, info, seen, tell, and what.
ii (Irc it) is a minimalist FIFO and file system based IRC client.
ircII is a terminal based IRC and ICB client for UNIX systems.
This is a python extension which provides string comparison and matching functions from Atheme. They are hand-optimized for high performance when matching IRC hostmasks.
Connects to upstream IRC servers on behalf of the user to provide extra functionality. soju supports many features such as multiple users, numerous @urlhttps://ircv3.net/,IRCv3 extensions, chat history playback and detached channels. It is well-suited for both small and large deployments.
This extension lets you script the glirc IRC client using Lua. To use it, you must tell glirc exactly where to find glirc-lua.so by adding something like this to your ~/.config/glirc/config:
extensions:
* path: "../../.guix-profile/lib/glirc-lua.so"
args: ["example.lua", …]Also ensure that example.lua finds any Lua libraries it needs, e.g., by setting LUA_PATH and LUA_CPATH in glirc's run-time environment.
InspIRCd is a modular Internet Relay Chat server written in C++ for Unix-like operating systems.
EPIC is a IRC client that has been under active development for over 20 years. It is stable and mature, and offers an excellent ircII interface for those who are accustomed to the ircII way of doing things.
Package irc provides a simple IRC library meant as a building block for other projects.
Glirc is a console IRC client that focuses on providing both high-detail and concise views of an IRC connection. All views and transformation are dynamic and don't change the underlying model. It also provides advanced line-editing features including syntax-highlighting, multi-line buffering, and argument placeholders.
Quassel is a distributed IRC client, meaning that one or more clients can attach to and detach from the central core. It resembles the popular combination of screen and a text-based IRC client such as WeeChat or irssi, but graphical.
sic is a simple IRC client, even more minimalistic than ii.
Irssi is a text terminal-based IRC client. It is completely themable and extensible through Perl scripts, of which many have already been written by the community.
Plug-ins add support for other protocols like SILC and ICB.
litterbox is a TLS-only IRC logger. It logs events from IRC in a SQLite database, indexing messages for full-text search. It is intended for use with the IRC bouncer pounce, but can also be used independently as a logging bot.
WeeChat (Wee Enhanced Environment for Chat) is an Internet Relay Chat (IRC) client, which is designed to be light and fast. The client uses a curses frontend, and there are remote interfaces for Web, Qt, Android, and Emacs.
Everything in WeeChat can be done with the keyboard, though it also supports using a mouse. It is customizable and extensible with plugins and scripts.