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 a lib enabling dynamic favicons in Phoenix Live View applications.
HTTP/1 and HTTP/2 WebSocket support for Mint.
This module provides functions for loading and compiling templates from disk. A markup language is compiled to Elixir code via an engine.
Plugs supporting CLDR and setting the locale from requests and request headers.
Helper tools for making ecto interactions more pleasant and shorter.
This package provides live-reload functionality for Phoenix.
Date, Time and DateTime localization, internationalization and formatting functions using the Common Locale Data Repository (CLDR).
This package provides exjsx, a JSON library for Elixir.
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 package provides a specification for WebSocket connections.
Elixir package for working with X.509 certificates, Certificate Signing Requests (CSRs), Certificate Revocation Lists (CRLs) and RSA/ECC key pairs.
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 elixir-plug-crypto, a library implementing crypto-related functionality for the web, used by Plug.
This package provides Surface is a server-side rendering component library that allows developers to build rich interactive user-interfaces, writing minimal custom JavaScript.
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.
This package provides a Plug adapter for Cowboy.
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 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.
This package provides elixir-hpax, an implementation of the HPACK protocol (RFC 7541) for Elixir.
This package provides a library to conjugate English verbs.
This package provides ham, a library to validate function arguments and return values against their typespecs.
Machete provides ergonomic match operators that act as building blocks to let you define test expectations that can match data against any combination of literals, variables, or parametrically defined matchers.
This package provides a common interface for defining metrics based on Telemetry events.