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 a specification for WebSocket connections.
Error system to help make errors consistent across your system.
Date, Time and DateTime localization, internationalization and formatting functions using the Common Locale Data Repository (CLDR).
HTTP server built on top of Cowboy using (mostly) cowboy_rest handlers to serve useful endpoints for testing purposes. Its goal is to be as close as possible to HTTPBin.
This package provides a GraphQL client for Elixir.
This package provides a set of WebSock adapters for common web servers.
This package provides elixir-plug-crypto, a library implementing crypto-related functionality for the web, used by Plug.
This package provides elixir-phoenix-pubsub, a library implementing a distributed PubSub and Presence platform for the Phoenix Framework.
Phoenix framework project generator. Provides a mix phx.new task to bootstrap a new Elixir application with Phoenix dependencies.
This package provides elixir-hpack, an implementation of the HPack protocol: a compression format for efficiently representing HTTP header fields, to be used in HTTP/2.
This package provides Surface is a server-side rendering component library that allows developers to build rich interactive user-interfaces, writing minimal custom JavaScript.
Within LiveView and HTML apps, Phoenix.View has fallen out of fashion in favor of Phoenix.Component. See the "Replaced by Phoenix.Component" section in the Phoenix.View module documentation for more information and migration steps.
If you want to render other formats, such as XML, Phoenix.View may still be a useful addition to your projects.
This package provides live-reload functionality for Phoenix.
Plugs supporting CLDR and setting the locale from requests and request headers.
Helper tools for making ecto interactions more pleasant and shorter.
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.
This library provides primitives for efficient parser combinators, allowing for higher-level combinators through composition.
Traverse is a toolset to walk arbitrary Elixir Datastructures in a functional way.
Mix Tasks are usable from the directory of the mix project you want to analyze.
This packag provides {assert_value, an ExUnit assert that writes and updates tests for you.
This package implements low-level Gettext file handling (.po/.pot/.mo file writer and parser).
This package provides a toolkit for writing command-line user interfaces.
This package provides a simple and modern Elixir socket server.
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.