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.
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 elixir-hpack, an implementation of the HPack protocol: a compression format for efficiently representing HTTP header fields, to be used in HTTP/2.
Plugs supporting CLDR and setting the locale from requests and request headers.
This package provides a library that integrates Phoenix with Ecto, implementing all relevant protocols.
Yet Another HTTP client for Elixir powered by hackney.
This package provides a pure-Elixir HTTP server built for Plug & WebSock apps.
This package provides elixir-phoenix-pubsub, a library implementing a distributed PubSub and Presence platform for the Phoenix Framework.
This package provides elixir-phoenix-html, a library implementing view functions for working with HTML templates in the Phoenix framework.
This package provides elixir-plug-crypto, a library implementing crypto-related functionality for the web, used by Plug.
Helper tools for making ecto interactions more pleasant and shorter.
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 a Mix task that gives you hints where to improve your inline docs.
This package provides ham, a library to validate function arguments and return values against their typespecs.
This package provides a fresh approach to testing.
Faker is a pure Elixir library for generating fake data.
This package implements internationalization and localization through gettext.
This package provides the macros prove and batch to write shorter tests.
Bunt is an Elixir package that enables 256 color ANSI coloring in the terminal and allows users to alias colors to more semantic and application-specific names1.
This package provides spitfire, an error resilient parser for 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.
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.
Mix Tasks are usable from the directory of the mix project you want to analyze.