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 provides an ANSI escape tool in Elixir.
This package provides elixir-arrows, a library implementing a handful of (mostly) arrow macros.
This package provides a library for glob expressions.
The Elixir castore package is a micro-library that provides an up-to-date CA certificate store file for Elixir applications.
An incredibly fast, pure Elixir JSON library.
This package provides ham, a library to validate function arguments and return values against their typespecs.
Parser and generator are written in pure Elixir and optimized for speed. They are at least twice as fast as other Elixir/Erlang libraries (e.g. Poison). The performance is comparable to jiffy, which is implemented in C as a NIF.
Tzdata is a parser and library for the tz database.
This package provides mox, a library to mock and explicit contracts for Elixir.
This package provides a simple and modern Elixir socket server.
Elixir is a dynamic, functional language used to build scalable and maintainable applications. Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development and the embedded software domain.
This project provides tasks that integrate with Mix, Elixir's build tool.
Every Elm project needs this package!
This package provides Elm's HTML rendering library.
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.
Need to generate random numbers? How about random game boards? Or random positions in 3D space? This is the package for you!
This package enables Elm programs to make HTTP requests and talk to servers.
emacs-community-random-extra includes lots of extra helper functions for the Random module.
This package is meant for people creating Elm tooling, like editor plugins. If you just want to make stuff in Elm, there is nothing here for you.
This package provides an Elm library for working with densely packed sequences of bytes, such as ArrayBuffer, typed arrays, and DataView.
This package provides an Elm library for working with POSIX times, time zones, formatting, and the clock.
This package enables Elm programs to select files, download files, and work with file content.
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 package enables writing unit and fuzz tests for Elm code. To actually run the tests, you need the command-line tool from https://github.com/rtfeldman/node-test-runner, which has not yet been packaged for Guix.