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 implements a Microsoft SQL Server client. More generally it provides an Elixir implementation of the MS TDS protocol.
When using a relational DB (such an Ecto schema with a Postgres table), usually a foreign key field has to be pre-defined with a reference pointing to a specific field in a specific table.
Besides regular schemas with universal foreign keys (Pointable), Needle provides Virtual for schemas that don’t have any fields on their own, and Mixin for storing common fields that can be re-used by multiple Pointables or Virtuals.
This package provides UUID generation, parsing, and formatting. Supports RFC 4122, and the v6 draft extension.
Exto is an Elixir library providing configuration-driven Ecto schema extensibility.
Localized month and week-based calendars and calendar functions based upon CLDR data.
Elixir integration for ISO 24165 Digital Tokens (crypto currencies) through the DTIF registry data.
Common Locale Data Repository (CLDR) functions for Elixir to localize and format numbers, dates, lists, messages, languages, territories and units with support for over 700 locales for internationalized (i18n) and localized (L10N) applications.
Number and currency localization and formatting functions for the Common Locale Data Repository (CLDR).
Common Locale Data Repository (CLDR) functions for Elixir to localize and format numbers, dates, lists, messages, languages, territories and units with support for over 700 locales for internationalized (i18n) and localized (L10N) applications.
Map, Calendar, Digits, Decimal, HTTP, Macro, Math, and String helpers for ex_cldr.
Unit formatting (volume, area, length), conversion and arithmetic functions based upon the Common Locale Data Repository (CLDR).
Locale display name presentation for Common Locale Data Repository (CLDR) locales.
Terrritory formatting functions for the Common Locale Data Repository (CLDR) package ex_cldr.
List formatting functions for the Common Locale Data Repository (CLDR) package ex_cldr.
Currency localization data encapsulation functions for the Common Locale Data Repository (CLDR).
ExDoc is a documentation generation tool for Elixir.
This package provides elixir-makeup-html, a library implementing an HTML lexer for the Makeup syntax highlighter.
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
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.
HTML sanitizer for Elixir.
This package provides elixir-makeup-erlang, a library implementing an Erlang lexer for the Makeup syntax highlighter.
This package providesAST parser and generator for Markdown.
Floki is a simple HTML parser that enables search for nodes using CSS selectors.
This library provides an Elixir module to decode and encode HTML entities in a string.