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.
This library implements the Wu-Manber algorithm for approximate string searching with errors, popularized by the agrep Unix command and the glimpse file indexing tool.
This package provides the SRFI-13 string library for Chicken scheme.
This CHICKEN Scheme library provides a facility for creating and using variant records, as described in the book Essentials of Programming Languages by Friedman, Wand, and Haynes.
CHICKEN is a compiler for the Scheme programming language. CHICKEN pr oduces portable and efficient C, supports almost all of the R5RS Scheme la nguage standard, and includes many enhancements and extensions.
The threads implemented in CHICKEN are so called "green" threads, based on first-class continuations. Native threads that map directly to the threads provided by the operating system are not supported. The advantage of this is that threads are very lightweight and somewhat larger degree of determinism. The disadvantage is that execution of Scheme code on multiple processor cores is not available.
Ungoogled-Chromium is the Chromium web browser, with some functionality disabled in order to protect the users privacy. This package also includes the chromedriver command, which can be useful for automated web testing.
Ungoogled-Chromium is the Chromium web browser, with some functionality disabled in order to protect the users privacy. This package also includes the chromedriver command, which can be useful for automated web testing.
Cuirass is a continuous integration tool using GNU Guix. It is intended as a replacement for Hydra.
Forgejo Runner is a daemon that connects to a Forgejo instance and runs jobs for continuous integration.
Laminar is a lightweight and modular continuous integration service. It doesn't have a configuration web UI instead uses version-controllable configuration files and scripts.
Laminar encourages the use of existing tools such as bash and cron instead of reinventing them.
Provides Python 3 bindings for libxapp, including a toolkit to build and persist XApp settings windows using GSettings.
The libxapp package contains the components which are common to multiple GTK desktop environments (Cinnamon, MATE and Xfce) and required to implement cross-DE solutions.
The cinnamon-desktop package contains the libcinnamon-desktop library, as well as some desktop-wide documents.
Nemo is the file manager for the Cinnamon desktop environment.
Clifm is a shell-like, text-based terminal file manager that sits on the command line.
It is built with command line principles in mind: instead of navigating through a big menu of files, it lets you type, exactly as you do in your regular shell, but easier and faster.
This package is an idiomatic, data-oriented Clojure library for invoking AWS APIs. While the library offers some helper and documentation functions you'll use at development time, the only functions you ever need at runtime are client, which creates a client for a given service and invoke, which invokes an operation on the service. invoke takes a map and returns a map, and works the same way for every operation on every service.
This package parses ns declarations from source files, extract their dependencies, build a graph of namespace dependencies within a project, update that graph as files change, and reload files in the correct order.
This is only about namespace dependencies within a single project. It has nothing to do with Leiningen, Maven, JAR files, or repositories.
This package provides support for reading and manipulating deps.edn files and data structures. It can be used in scenarios where the tools.deps library is not needed for dep expansion.
Clojure is a dynamic, general-purpose programming language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language, yet remains completely dynamic – every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection.
Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs.
This package provides the clojure and clj command line tools that can be used to start a Clojure REPL, launch a main or execute any Clojure function.
Dependencies declared in deps.edn files are resolved and downloaded beforehand.
The clj executable is a readline wrapper around clojure delegating to the rlwrap optional dependency.
Analyzer for Clojure code, written in Clojure, which produces an abstract syntax tree in the EDN ( Extensible Data Notation) format.
This package contains specs to describe Clojure core macros and functions.
Clojure depends on this library and provides it. Thus it is not recommended to add a direct dependency on this package.
The clojure.tools.reader library offers all functionality provided by the Clojure Core reader and more. It adds metadata such as column and line numbers not only to lists, but also to symbols, vectors and maps.
An optimized pattern matching library for Clojure. It supports Clojure 1.5.1 and later as well as ClojureScript.