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.
Phoenix framework project generator. Provides a mix phx.new task to bootstrap a new Elixir application with Phoenix dependencies.
This package provides con_cache, an ETS based key-value storage with support for row-level isolated writes, TTL auto-purge, and modification callbacks.
Plugs supporting CLDR and setting the locale from requests and request headers.
Mint is different from most Erlang and Elixir HTTP clients because it provides a process-less architecture. Instead, Mint is based on a functional and immutable data structure that represents an HTTP connection.
This data structure wraps a TCP or SSL socket. This allows for more fine-tailored architectures where the developer is responsible for wrapping the connection struct, such as having one process handle multiple connections or having different kinds of processes handle connections.
Error system to help make errors consistent across your system.
HTTP/1 and HTTP/2 WebSocket support for Mint.
Plug is:
A specification for composing web applications with functions
Connection adapters for different web servers in the Erlang VM
In other words, Plug allows you to build web applications from small pieces and run them on different web servers. Plug is used by web frameworks such as Phoenix to manage requests, responses, and websockets. This documentation will show some high-level examples and introduce the Plug's main building blocks.
This module provides functions for loading and compiling templates from disk. A markup language is compiled to Elixir code via an engine.
This package provides elixir-emote, a small library for converting emoticons and emoji names to emoji characters or images, including custom emoji.
This package provides a specification for WebSocket connections.
This package provides elixir-mime, a MIME type module for Elixir.
This package provides a code generation and project patching framework.
This package provides the macros prove and batch to write shorter tests.
This package provides functions for working with calendar intervals.
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.
Mix Tasks are usable from the directory of the mix project you want to analyze.
This package provides a library to conjugate English verbs.
This package provides tools to handle common return values in Elixir.
Tzdata is a parser and library for the tz database.
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.
This package provides an experimental linter with autocorrection.
This package provides a simple parser for output from git diff.
This package provides a common interface for defining metrics based on Telemetry events.
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.