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 elixir-sourceror, a library implementing utilities to work with Elixir source code.
Mix Tasks are usable from the directory of the mix project you want to analyze.
This package provides mimic a mocking library for Elixir.
This package provides nimble_ownership, an Elixir library to track ownership of resources across processes.
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 a library for glob expressions.
Makeup is a generic syntax highlighter in the style of Pygments suitable for use in code hosting, forums, wikis or other applications that need to prettify source code.
This package implements an interface to the BEAM file format and a decompiler.
This package provides a tiny library for validating and documenting high-level options.
This package provides a simple parser for output from git diff.
This package provides the macros prove and batch to write shorter tests.
Converted structs and error messages are useful for pretty printing things like Dialyzer errors and Observer.
In-memory and distributed caching toolkit for Elixir.
This package provides a Mix task that gives you hints where to improve your inline docs.
This package provides a parser combinator library for Elixir projects.
This library provides primitives for efficient parser combinators, allowing for higher-level combinators through composition.
Faker is a pure Elixir library for generating fake data.
This package provides an experimental linter with autocorrection.
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 enables Elm programs to select files, download files, and work with file content.
Every Elm project needs this package!
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 helps you convert between Elm values and JSON values.