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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides con_cache, an ETS based key-value storage with support for row-level isolated writes, TTL auto-purge, and modification callbacks.
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
Date, Time and DateTime localization, internationalization and formatting functions using the Common Locale Data Repository (CLDR).
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.
This package provides elixir-hpax, an implementation of the HPACK protocol (RFC 7541) for Elixir.
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.
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 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 simple parser for output from git diff.
This package provides TextDiff, an Elixir library that returns a formatted diff between two strings.
This library provides primitives for efficient parser combinators, allowing for higher-level combinators through composition.
An incredibly fast, pure Elixir JSON library.
This package provides elixir-decimal, a library that represents values internally using three integers: a sign, a coefficient, and an exponent. In this way, numbers of any size and with any number of decimal places can be represented exactly.
Recase helps you to convert a string from any case to any case.
This package implements internationalization and localization through gettext.
This package provides a fresh approach to testing.
This package provides mox, a library to mock and explicit contracts for Elixir.
This package provides a code generation and project patching framework.
Tzdata is a parser and library for the tz database.
This packag provides {assert_value, an ExUnit assert that writes and updates tests for you.
Converted structs and error messages are useful for pretty printing things like Dialyzer errors and Observer.
This package provides a library for glob expressions.