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.
Time zone support for Elixir.
This package provides elixir-phoenix-pubsub, a library implementing a distributed PubSub and Presence platform for the Phoenix Framework.
This package provides live-reload functionality for Phoenix.
Phoenix framework project generator. Provides a mix phx.new task to bootstrap a new Elixir application with Phoenix dependencies.
This package provides a lib enabling dynamic favicons in Phoenix Live View applications.
This package provides con_cache, an ETS based key-value storage with support for row-level isolated writes, TTL auto-purge, and modification callbacks.
This package provides a pure-Elixir HTTP server built for Plug & WebSock apps.
Helper tools for making ecto interactions more pleasant and shorter.
This package provides elixir-plug-crypto, a library implementing crypto-related functionality for the web, used by Plug.
This package provides a Plug adapter for Cowboy.
Phoenix is a web development framework written in Elixir which implements the server-side Model View Controller (MVC) pattern. Many of its components and concepts will seem familiar to those with experience in other web frameworks like Ruby on Rails or Python's Django.
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.
Date, Time and DateTime localization, internationalization and formatting functions using the Common Locale Data Repository (CLDR).
This package provides elixir-hpax, an implementation of the HPACK protocol (RFC 7541) for Elixir.
This module provides functions for loading and compiling templates from disk. A markup language is compiled to Elixir code via an engine.
Yet Another HTTP client for Elixir powered by hackney.
Elixir package for working with X.509 certificates, Certificate Signing Requests (CSRs), Certificate Revocation Lists (CRLs) and RSA/ECC key pairs.
This package provides a code generation and project patching framework.
This package provides ham, a library to validate function arguments and return values against their typespecs.
Mix Tasks are usable from the directory of the mix project you want to analyze.
An incredibly fast, pure Elixir JSON library.
Library that reports test coverage statistics, with the option to post to coveralls.io service. It uses Erlang's cover to generate coverage information, and posts the test coverage results to coveralls.io through the JSON API.
This package provides an Elixir library to make file sizes human-readable.
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.