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.
Date, Time and DateTime localization, internationalization and formatting functions using the Common Locale Data Repository (CLDR).
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.
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 Phoenix helpers for using the 100,000+ SVG icons from 100+ icon sets from iconify.design.
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 module provides functions for loading and compiling templates from disk. A markup language is compiled to Elixir code via an engine.
This package provides a set of WebSock adapters for common web servers.
Plugs supporting CLDR and setting the locale from requests and request headers.
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.
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.
Provides a file system change watcher wrapper based on https://github.com/synrc/fs.
Library that reports test coverage statistics, with the option to post to coveralls.io service. It uses Erlang's cover to generate coverage information, and posts the test coverage results to coveralls.io through the JSON API.
Faker is a pure Elixir library for generating fake data.
JsonSerde serializes and deserializes nested Elixir datastructures, including custom structs.
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 an ANSI escape tool in Elixir.
This package implements an interface to the BEAM file format and a decompiler.
This package implements internationalization and localization through gettext.
This package provides functions for working with calendar intervals.
This package provides elixir-ex-ulid an implementation of Universally Unique Lexicographically Sortable Identifier (ULID).