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 small CLI tool to freeze the screen of a wlroots compositor, this can be useful to, for example, take a screenshot. Supports multiple monitors & fractional scaling.
GUI wallpaper setter for Wayland and Xorg window managers. It works as a frontend for popular wallpaper backends like swaybg, awww, swww, wallutils, hyprpaper, mpvpaper, xwallpaper and feh.
Normally, when you copy something on Wayland and then close the application you copied from, the copied data (e.g. text) disappears and you cannot paste it anymore. If you run wl-clip-persist in the background, however, the copied data persists.
Change output power modes in wlroots compositors
This package provides xdg-desktop-portal-wlr. This project seeks to add support for the screenshot, screencast, and possibly remote-desktop xdg-desktop-portal interfaces for wlroots based compositors.
Autonomous countermeasure against DPI
CGAL provides easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods, etc. It provides data structures and algorithms such as triangulations, Voronoi diagrams, polygons, polyhedra, mesh generation, and many more.
Ngspice is a mixed-level/mixed-signal circuit simulator. It includes Spice3f5, a circuit simulator, and Xspice, an extension that provides code modeling support and simulation of digital components through an embedded event driven algorithm.
OpenVAF can compile Verilog-A files for use in circuit simulators. The major aim of this project is to provide a high-quality, standard-compliant compiler for Verilog-A.
OpenEMS is a free and open-source electromagnetic field solver using the Finite-Difference Time-Domain (FDTD) method. It was developed at the Institute of General and Theoretical Electrical Engineering (ATE) at the University of Duisburg-Essen.
HAL [/hel/] is a comprehensive netlist reverse engineering and manipulation framework.
A C++ library to describe geometrical objects and their physical or non-physical properties.
OpenEMS is a free and open-source electromagnetic field solver using the Finite-Difference Time-Domain (FDTD) method. It was developed at the Institute of General and Theoretical Electrical Engineering (ATE) at the University of Duisburg-Essen.
FunctionParser is a C++ library for parsing and evaluating mathematical expressions.
Asyncio frontend for the pulsectl Python bindings of libpulse.
rTorrent is a BitTorrent client with an ncurses interface. It supports full encryption, DHT, PEX, and Magnet Links. Built with XML-RPC support.
This egg consists of a single library, srfi-99, that provides a number of public modules.
Packrat parsing is a memoizing, backtracking recursive-descent parsing technique that runs in time and space linear in the size of the input text. The technique was originally discovered by Alexander Birman in 1970 , and Bryan Ford took up the idea for his master's thesis in 2002.
This egg implements a parser and generator for the JSON data interchange format.
This egg provides various useful, little macros.
This egg consists of a single library, srfi-71, that provides a number of public modules.
This egg provides a single-ended queue data structure.
This package extends `shr / `eww with org features and analysis capability. It can be used in `dash-docs', `eww', `nov.el', `mu4e', `anki.el', etc. - Configurable org-like heading faces, headline bullets, item bullets, paragraph indentation, fill-column, item bullet, versatile hyper links(http/https/file/mailto/etc) face and so on. - Browse the internet or local html file with `eww just like org mode. - Read dash docsets with `dash-docs and the beauty of org faces. - Read epub files with `nov.el , just like org mode. - Read html email with `mu4e , the same reading experience just like org mode without formatting html to org file. - Switch/jump the headlines just like org-mode in `eww and `nov.el with `imenu - Toggle/cycle the headlines just like org-mode in `eww and `nov.el with `outline-minor-mode and `org-cycle'/`org-shifttab - Analysis capability: - Headline analysis: List all headlines with clickable texts. - URL analysis: List all classified URL with clickable texts. - Export HTML buffer to an org file using shr engine (no Pandoc is needed).
This package defines some hydras (pop-up menus of commands with common prefixes) for CIDER. For more information about CIDER, see https://github.com/clojure-emacs/cider For more information about hydras, see https://github.com/abo-abo/hydra Hydras serve several important purposes: discovery, memorization, and organization. - Discovery - Grouping related commands together under a common prefix and displaying them in a single menu facilitates discovery. - For example, if a user wants to know about CIDER's documentation commands, they could bring up a hydra that includes commands like `cider-doc', `cider-javadoc', etc, some of which may be new to them. - Memorization - Hydras serve as a memory aid for the user. By grouping related commands together, the user has less need to memorize every command; knowing one, she can find the others. - Organization - The process of creating hydras can aid in organizing code. This gives both developers and users a better overview of what the project can or cannot do. - Thus, each hydra is like a section of a quick-reference card. In fact, many of the hydras here are inspired by the CIDER refcard: https://github.com/clojure-emacs/cider/blob/master/doc/cider-refcard.pdf.