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.
A wrapper around Subversion's libsvn_client C library.
Bindings for PostgreSQL's C-api
A fast and simple SHA1 implementation with minimal dependencies
Provide automatically generated release-info and a pseudo-"meta"-file for eggs in svn
SRFI-1 list library
Colorize programming code as HTML
a build system
SRFI-35 Conditions
A simple debugger for CHICKEN
A small but powerful web server
Replacement for CHICKEN 5's 'blob' module
Computes MD5 (RFC1321) checksums
FFI convenience macro
Optimized record access
Encoding and decoding of base64 strings
High-level HTTP client library
Compatibility library for old regular expression API
Generate HTML from (svn)wiki SXML
EC-Tool adjusted for usage with framework embedded controller. It lets you control various devices, the i2c bus, and the power LED.
A qml style provider for hypr* qt apps. Launch a qt/qmp app with QT_QUICK_CONTROLS_STYLE=org.hyprland.style.
hdrop is a script that allows you to use an arbitrary program - usually a terminal - as a drop-down program that you can drop down from a screen edge with a simple hotkey.
Allows you to add one or two additional borders to your windows. The borders added are static.
Example Config:
plugin
borders-plus-plus
add_borders = 1 # 0 - 9
# you can add up to 9 borders
col.border_1 = rgb(ffffff)
col.border_2 = rgb(2222ff)
# -1 means "default" as in the one defined in general:border_size
border_size_1 = 10
border_size_2 = -1
# makes outer edges match rounding of the parent. Turn on / off to better understand. Default = on.
natural_rounding = yes
An application to enable a blue-light filter on Hyprland. It does not have a timer on its own, but has to be controlled using Hyprland's hyprctl.
This plugin lets you have an overview over your desktop, like with similar functionality in Gnome, KDE, or wf.
Example config:
bind = SUPER, grave, hyprexpo:expo, toggle # can be: toggle, off/disable or on/enable
plugin
hyprexpo
columns = 3
gap_size = 5
bg_col = rgb(111111)
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
enable_gesture = true # laptop touchpad
gesture_fingers = 3 # 3 or 4
gesture_distance = 300 # how far is the "max"
gesture_positive = true # positive = swipe down. Negative = swipe up.