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.
This package helps you convert between Elm values and JSON values.
This package provides a library for reading information off the DOM. Use this if you need to discover geometry information (width, position, etc.) of rendered elements.
Elm is a statically-typed, purely-functional programming language for the browser. The elm exectable includes commands for developers such as elm make and elm repl.
This package enables Elm programs to make HTTP requests and talk to servers.
Regular expressions are quite confusing and difficult to use. This library provides a coherent alternative that handles more cases and produces clearer code. It is focused on simplicity and great error messages.
This is the official Elm implementation of TodoMVC, a simple to-do--list application used to compare front-end web frameworks.
This package provides extra functions for working with Posix times from elm/time.
Need to generate random numbers? How about random game boards? Or random positions in 3D space? This is the package for you!
Elm is a statically-typed, purely-functional programming language for the browser. The elm exectable includes commands for developers such as elm make and elm repl.
This package enables Elm programs to select files, download files, and work with file content.
This package helps you convert between Elm values and JSON values.
ert-runner is a tool for Emacs projects tested using ERT. It assumes a certain test structure setup and can therefore make running tests easier.
Buttercup is a behavior-driven development framework for testing Emacs Lisp code. It groups related tests so they can share common set-up and tear-down code, and allows the programmer to "spy" on functions to ensure they are called with the right arguments during testing.
emacs-commander provides command line parsing for Emacs.
This package provides a Makefile-like script and a transient menu for linting and testing Emacs packages.
Espuds is a collection of the most commonly used step definitions for testing with the Ecukes framework.
This package provides Ecukes, a Cucumber-inspired integration testing tool for Emacs. Ecukes is not a complete clone of Cucumber and is not intended to be.
emacs-ert-expectations is a simple unit test framework for Emacs Lisp to be used with ert.
This package provides an Emacs library for working with files and directories.
This package silences most output of Emacs when running an Emacs shell script.
Emacs Lisp Mock is a library for mocking and stubbing using readable syntax. Most commonly Emacs Lisp Mock is used in conjunction with Emacs Lisp Expectations, but it can be used in other contexts.
emacs-ansi defines functions that turns simple strings to ANSI strings. Turning a string into an ANSI string can be to add color to a text, add color in the background of a text or adding a style, such as bold, underscore or italic.
This provides a list of issues with the Emacs package metadata of a file, e.g., the package dependencies it requires. Checks will currently be enabled only if a Package-Requires: or Package-Version: header is present in the file.
This package provides a Makefile to help checking Emacs packages.