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.
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 library implements functional lenses for nested structures in Elixir.
This package implements an API for rewriting sources in an Elixir project powered by sourceror.
This package provides a simple and modern Elixir socket server.
This package provides a simple parser for output from git diff.
This package provides spitfire, an error resilient parser for Elixir.
This package provides elixir-mime, a MIME type module for Elixir.
This package provides nimble_ownership, an Elixir library to track ownership of resources across processes.
This packag provides {assert_value, an ExUnit assert that writes and updates tests for you.
This package-provides elixir-accessible, a library providing Access behaviour for custom structs.
This package provides ham, a library to validate function arguments and return values against their typespecs.
This package provides elixir-arrows, a library implementing a handful of (mostly) arrow macros.
This package provides a Mix task that gives you hints where to improve your inline docs.
This package provides elixir-decimal, a library that represents values internally using three integers: a sign, a coefficient, and an exponent. In this way, numbers of any size and with any number of decimal places can be represented exactly.
Bunt is an Elixir package that enables 256 color ANSI coloring in the terminal and allows users to alias colors to more semantic and application-specific names1.
This package provides a library for glob expressions.
Recase helps you to convert a string from any case to any case.
Untangle provides alternatives for IO.inspect and the macros in Elixir's Logger to output code location information. It also provides a polyfill for dbg which was introduced in Elixir 1.14.
Provides a file system change watcher wrapper based on https://github.com/synrc/fs.
This package implements internationalization and localization through gettext.
Faker is a pure Elixir library for generating fake data.
This package provides TextDiff, an Elixir library that returns a formatted diff between two strings.
This package provides mox, a library to mock and explicit contracts for Elixir.
This package provides elixir-ex-ulid an implementation of Universally Unique Lexicographically Sortable Identifier (ULID).