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 GraphQL client for Elixir.
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 a specification for WebSocket connections.
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 con_cache, an ETS based key-value storage with support for row-level isolated writes, TTL auto-purge, and modification callbacks.
This package provides commands for manipulating the HTML Head of Phoenix Live View applications while minimizing data over the wire.
The available command actions support a variety of utility operations useful for HTML Head manipulation. Such as setting or removing tag attributes and adding or removing CSS classes.
A special feature is the use of the {dynamic} tag in values. This saves data over the wire by only sending the dynamic part of an attributes value.
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.
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.
Phoenix framework project generator. Provides a mix phx.new task to bootstrap a new Elixir application with Phoenix dependencies.
This package provides a library that integrates Phoenix with Ecto, implementing all relevant protocols.
This package provides elixir-plug-crypto, a library implementing crypto-related functionality for the web, used by Plug.
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 package provides a set of WebSock adapters for common web servers.
This package provides elixir-phoenix-pubsub, a library implementing a distributed PubSub and Presence platform for the Phoenix Framework.
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.
Helper tools for making ecto interactions more pleasant and shorter.
This package provides elixir-phoenix-html, a library implementing view functions for working with HTML templates in the Phoenix framework.
This package provides a Plug adapter for Cowboy.
LiveView brings a unified experience to building web applications. You no longer have to split work between client and server, across different toolings, layers, and abstractions. Instead, LiveView enriches the server with a declarative and powerful model while keeping your code closer to your data (and ultimately your source of truth):
Declarative server side rendering
Rich templating language
Diffs over the wire
Live form validation
File uploads with progress indicators
Optimistic updates and transitions
Live navigation
Latency simulator
This package provides a lib enabling dynamic favicons in Phoenix Live View applications.
Yet Another HTTP client for Elixir powered by hackney.
Plugs supporting CLDR and setting the locale from requests and request headers.