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 elixir-makeup-elixir, a library implementing an Elixir lexer for the Makeup syntax highlighter.
ExDoc is a documentation generation tool for Elixir.
EasyHTML makes working with HTML easy. It is a tiny wrapper around Floki that adds conveniences:
An
Inspectimplementation to pretty-print HTML snippetsAn
Accessimplementation to search themAn
Enumerableimplementation to traverse them item AString.Charsimplementation to convert them to text
EarmarkAstDsl is a toolset to generate EarmarkParser conformant AST Nodes. Its main purpose is to remove boilerplate code from Earmark and EarmarkParser tests.
Earmark is a pure-Elixir Markdown converter. It is intended to be used as a library (just call Earmark.as_html), but can also be used as a command-line tool (run mix escript.build first). Output generation is pluggable.
Floki is a simple HTML parser that enables search for nodes using CSS selectors.
This package provides elixir-makeup-c, a library implementing a C lexer for the Makeup syntax highlighter.
HTML sanitizer for Elixir.
This package provides elixir-makeup-html, a library implementing an HTML lexer for the Makeup syntax highlighter.
This package provides elixir-makeup-erlang, a library implementing an Erlang lexer for the Makeup syntax highlighter.
This package provides elixir-phoenix-html, a library implementing view functions for working with HTML templates in the Phoenix framework.
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
This package provides Phoenix helpers for using the 100,000+ SVG icons from 100+ icon sets from iconify.design.
This package provides exjsx, a JSON library for Elixir.
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.
Plugs supporting CLDR and setting the locale from requests and request headers.
This package provides a specification for WebSocket connections.
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 elixir-hpack, an implementation of the HPack protocol: a compression format for efficiently representing HTTP header fields, to be used in HTTP/2.
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 elixir-plug-crypto, a library implementing crypto-related functionality for the web, used by Plug.
This package provides elixir-emote, a small library for converting emoticons and emoji names to emoji characters or images, including custom emoji.
This package provides con_cache, an ETS based key-value storage with support for row-level isolated writes, TTL auto-purge, and modification callbacks.