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.
Fcitx5-chinese-addons provides Chinese related addons, including input methods previous bundled inside Fcitx 4:
Bingchan
Cangjie
Erbi
Pinyin
Shuangpin
Wanfeng
Wubi
Wubi Pinyin
Ziranma
Fcitx5-Anthy provides Japanese input support to Fcitx5 using the Anthy input method.
This provides libchewing input method support for fcitx5.
Fcitx5-material-color-theme is a Material Design theme for Fcitx 5 with following color variants:
Black
Blue
Brown
Indigo
Orange
Pink
Red
teal
DeepPurple
Fcitx5-gtk provides the following functionality in the corresponding output:
outGLib-based D-Bus client of Fcitx5.
gtk2IM module for GTK+2 applications.
gtk3IM module for GTK+3 applications.
Fcitx 5 is a generic input method framework.
Fcitx5-lua allows writing Fcitx5 extension in Lua.
Libime is a library for implementing various input method editors.
This provides Unikey input method support for Fcitx5.
Xcb-imdkit is an implementation of xim protocol in XCB, comparing with the implementation of IMDkit with Xlib, and xim inside Xlib, it has less memory foot print, better performance, and safer on malformed client.
fcitx5-skk is an input method engine for Fcitx5, which uses libskk as its backend.
Fcitx5-qt provides Qt library for development and IM module for Qt based application.
Fcitx5-configtool is a graphical configuration tool to manage different input methods in Fcitx 5.
fcitx5-rime provides the Rime input method engine for fcitx5. Rime is a lightweight, extensible input method engine supporting various input schemas including glyph-based input methods, romanization-based input methods as well as those for Chinese dialects. It has the ability to compose phrases and sentences intelligently and provide very accurate traditional Chinese output.
Snac is a simple, minimalistic ActivityPub instance written in portable C.
It features:
Lightweight, minimal dependencies
Extensive support of ActivityPub operations, e.g. write public notes, follow users, be followed, reply to the notes of others, admire wonderful content (like or boost), write private messages, etc.
Multiuser support
Mastodon API support, so Mastodon-compatible apps can be used
Simple but effective web interface
Easily-accessed MUTE button to silence users
Tested interoperability with related software
No database needed
Totally JavaScript-free; no cookies either
Interact with Mastodon social network from the command line. Features include:
Posting, replying, deleting statuses
Support for media uploads, spoiler text, sensitive content
Search by account or hash tag
Following, muting and blocking accounts
Simple switching between authenticated in Mastodon accounts
Tuba is a GTK client for Mastodon. It provides a clean, native interface that allows you to integrate Mastodon's social experience seamlessly with your desktop environment.
Cuttlefish is a desktop client for PeerTube, but will work on GNU/Linux-based phones (like the Librem 5 or Pinephone) as well. Cuttlefish aims to provide a better experience of watching PeerTube videos and using PeerTube in general, via an efficient native application that can hook into the federation of interconnected video hosting services.
This package provides a python wrapper for the Mastodon API.
Tuba is a GTK client for Mastodon. It provides a clean, native interface that allows you to integrate Mastodon's social experience seamlessly with your desktop environment.
The TOIlet project attempts to create a free replacement for the FIGlet utility. It uses the powerful libcaca library to achieve various text-based effects.
FIGlet is a program for making large ASCII art letterforms out of ordinary screen characters.
SiriKali is a Qt/C++ GUI application for managing encrypted folders. It supports various backends, including eCryptfs, CryFS, EncFS, gocryptfs, fscrypt, securefs, SSHFS, and Cryptomator.
Libeatmydata transparently disables most ways a program might force data to be written to the file system, such as fsync() or open(O_SYNC).
Such synchronisation calls provide important data integrity guarantees but are expensive to perform and can significantly slow down software that (over)uses them.
This price is worth paying if you care about the files being modified---which is typically the case---or when manipulating important components of your system. Please, do not use something called ``eat my data'' in such cases!
However, it does not make sense to accept this performance hit if the data is unimportant and you can afford to lose all of it in the event of a crash, for example when running a software test suite. Adding libeatmydata.so to the LD_PRELOAD environment of such tasks will override all C library data synchronisation functions with custom no-op ones that do nothing and immediately return success.
A simple eatmydata script is included that does this for you.