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.
Unit formatting (volume, area, length), conversion and arithmetic functions based upon the Common Locale Data Repository (CLDR).
Floki is a simple HTML parser that enables search for nodes using CSS selectors.
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.
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
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.
This package provides elixir-makeup-c, a library implementing a C lexer for the Makeup syntax highlighter.
This package providesAST parser and generator for Markdown.
This package provides elixir-makeup-html, a library implementing an HTML lexer for the Makeup syntax highlighter.
HTML sanitizer for Elixir.
This package provides elixir-makeup-erlang, a library implementing an Erlang lexer for the Makeup syntax highlighter.
EarmarkAstDsl is a toolset to generate EarmarkParser conformant AST Nodes. Its main purpose is to remove boilerplate code from Earmark and EarmarkParser tests.
This library provides an Elixir module to decode and encode HTML entities in a string.
This package provides live-reload functionality for Phoenix.
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 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 GraphQL client for Elixir.
Yet Another HTTP client for Elixir powered by hackney.
Mint is different from most Erlang and Elixir HTTP clients because it provides a process-less architecture. Instead, Mint is based on a functional and immutable data structure that represents an HTTP connection.
This data structure wraps a TCP or SSL socket. This allows for more fine-tailored architectures where the developer is responsible for wrapping the connection struct, such as having one process handle multiple connections or having different kinds of processes handle connections.
Elixir package for working with X.509 certificates, Certificate Signing Requests (CSRs), Certificate Revocation Lists (CRLs) and RSA/ECC key pairs.
This package provides a Plug adapter for Cowboy.
This package provides elixir-hpax, an implementation of the HPACK protocol (RFC 7541) for Elixir.
Time zone support for Elixir.
This package provides elixir-phoenix-html, a library implementing view functions for working with HTML templates in the Phoenix framework.