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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides mimic a mocking library for Elixir.
Credo is a static code analysis tool for the Elixir language with a focus on teaching and code consistency. Credo can show you refactoring opportunities in your code, complex code fragments, warn you about common mistakes, show inconsistencies in your naming scheme and - if needed - help you enforce a desired coding style.
Tzdata is a parser and library for the tz database.
This package provides elixir-decorator, a library implementing function decorators for Elixir.
JsonSerde serializes and deserializes nested Elixir datastructures, including custom structs.
Mix Tasks are usable from the directory of the mix project you want to analyze.
This package provides a port of ucwidth from C to Elixir, for determining the width (full-width or half-width) of an Unicode character.
This package provides a code generation and project patching framework.
This package provides tools to handle common return values in Elixir.
Timex is a rich, comprehensive Date/Time library for Elixir projects, with full timezone support via the :tzdata package. If you need to manipulate dates, times, datetimes, timestamps, etc., then Timex is for you.
This package provides TextDiff, an Elixir library that returns a formatted diff between two strings.
This package provides a toolkit for writing command-line user interfaces.
Converted structs and error messages are useful for pretty printing things like Dialyzer errors and Observer.
An incredibly fast, pure Elixir JSON library.
StreamData is an Elixir library for data generation and property-based testing.
This package provides a parser combinator library for Elixir projects.
This package provides a module for avoiding global state in Elixir applications.
This package provides ham, a library to validate function arguments and return values against their typespecs.
This package provides a streaming zip file writer and reader.
This package provides elixir-geo, a library to encode and decode WKB, WKT, and GeoJSON formats.
This package provides an experimental linter with autocorrection.
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.
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.