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 a module for avoiding global state in Elixir applications.
This package provides elixir-mime, a MIME type module for Elixir.
This library provides primitives for efficient parser combinators, allowing for higher-level combinators through composition.
Recase helps you to convert a string from any case to any case.
This package provides a parser combinator library for Elixir projects.
This package provides ham, a library to validate function arguments and return values against their typespecs.
This package provides an experimental linter with autocorrection.
This package-provides elixir-accessible, a library providing Access behaviour for custom structs.
This package provides nimble_ownership, an Elixir library to track ownership of resources across processes.
This package provides mox, a library to mock and explicit contracts for Elixir.
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.
This package provides elixir-arrows, a library implementing a handful of (mostly) arrow macros.
This package provides a common interface for defining metrics based on Telemetry events.
This project provides tasks that integrate with Mix, Elixir's build tool.
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 package provides extra functions for working with Posix times from elm/time.
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 enables Elm programs to select files, download files, and work with file content.
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.
This package provides Elm's SVG library.
This package provides an Elm library for working with densely packed sequences of bytes, such as ArrayBuffer, typed arrays, and DataView.
This Elm package provides a simple Date type for working with dates without times or zones.
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.
This package provides an Elm library for producing nice intervals for charts. It's useful in combination with terezka/elm-charts. When I say ``nice'', I just mean that I try to calculate intervals which begin with 10, 5, 3, 2, or 1 (adjusted to magnitude, of course!). For dates, I try to hit whole days, weeks, and months or hours, minutes, and seconds.