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-hpax, an implementation of the HPACK protocol (RFC 7541) for Elixir.
Yet Another HTTP client for Elixir powered by hackney.
This package provides live-reload functionality for Phoenix.
This package provides a Plug adapter for Cowboy.
This package provides a lib enabling dynamic favicons in Phoenix Live View applications.
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 a pure-Elixir HTTP server built for Plug & WebSock apps.
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 set of WebSock adapters for common web servers.
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
Plugs supporting CLDR and setting the locale from requests and request headers.
This package provides TextDiff, an Elixir library that returns a formatted diff between two strings.
This package provides an ANSI escape tool in Elixir.
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.
This package provides a tiny library for validating and documenting high-level options.
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.
Provides a file system change watcher wrapper based on https://github.com/synrc/fs.
This package provides a parser combinator library for Elixir projects.
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.
This package provides a toolkit for writing command-line user interfaces.
This package provides elixir-ex-ulid an implementation of Universally Unique Lexicographically Sortable Identifier (ULID).
This library provides primitives for efficient parser combinators, allowing for higher-level combinators through composition.