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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Utility to detect differences between two audio files, encoded with SBC.
Hotspot is a standalone GUI for performance data analysis. It aims to be similar to KCachegrind, but for data collected with perf, a profiler for use with the kernel Linux. Its main feature is graphically visualizing a perf.data file.
This is the Linux driver for the Cray/HPE Cassini 1 and 2 high-speed network interconnect (aka. Slingshot), and its Ethernet driver. It includes the uapi/misc/cxi.h C header file for use by user-land software.
Currently the Linux driver itself is missing from this package.
LIRC allows computers to send and receive IR signals of many commonly used remote controls. The most important part of LIRC is the lircd daemon that decodes IR signals received by the device drivers. The second daemon program lircmd translates IR signals to mouse movements. The user space applications allow you to control your computer with a remote control: you can send X events to applications, start programs and much more on just one button press.
Common Lisp port of the QuickCheck unit test framework
This package provides a simple Common Lisp library to print out the code coverage collected.
This package provides a Common Lisp collection of assertions.
The XLUnit package is a toolkit for building test suites. It is based on the XPTest package by Craig Brozensky and the JUnit package by Kent Beck.
CLUnit is a Common Lisp unit testing framework. It is designed to be easy to use so that you can quickly start testing. CLUnit provides a rich set of features aimed at improving your unit testing experience.
This is a randomized property-based testing library for Common Lisp. Rather than being a full-fledged general test framework in its own right, it's designed to embed randomized tests in whatever framework you like.
NST is a unit/regression testing system for Common Lisp.
Stefil is a simple test framework for Common Lisp, with a focus on interactive development.
ptester is a portable testing framework based on Franz's tester module.
CLUnit2 is a Common Lisp unit testing framework. It is designed to be easy to use so that you can quickly start testing.
Eos was a unit testing library for Common Lisp. It began as a fork of FiveAM; however, FiveAM development has continued, while that of Eos has not. Thus, Eos is now deprecated in favor of FiveAM.
This package provides a Common Lisp assertion system with minimal dependencies on DISSECT.
lisp-unit is a Common Lisp library that supports unit testing. It is an extension of the library written by Chris Riesbeck.
The XLUnit package is a toolkit for building test suites. It is based on the XPTest package by Craig Brozensky and the JUnit package by Kent Beck.
RT provides a framework for writing regression test suites.
Rove is a unit testing framework for Common Lisp applications. This is intended to be a successor of Prove.
Confidence is a test framework for Common Lisp that focuses on simplicity. It avoids bureaucracy and makes it easy to work interactively, without a complicated setup, and with explicit functions and decisions.
This is a unit-testing framework for Common Lisp.
This project was originally called cl-test-more. prove is yet another unit testing framework for Common Lisp. The advantages of prove are:
Various simple functions for testing and informative error messages
ASDF integration
Extensible test reporters
Colorizes the report if it's available (note for SLIME)
Reports test durations
Common Lisp port of the QuickCheck unit test framework