Packages
ex_cldr
2.47.2Common 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.
cldr_utils
2.29.5Map, Calendar, Digits, Decimal, HTTP, Macro, Math, and String helpers for ex_cldr.
ex_cldr_currencies
2.17.1Currency localization data encapsulation functions for the Common Locale Data Repository (CLDR).
ex_cldr_numbers
2.38.1Number and currency localization and formatting functions for the Common Locale Data Repository (CLDR).
digital_token
1.0.0Elixir integration for ISO 24165 Digital Tokens (crypto currencies) through the DTIF registry data.
ex_cldr_calendars
2.4.2Localized month- and week-based calendars and calendar functions based upon CLDR data.
ex_money
5.24.2Money functions for operations on and localization of a money data type with support for ISO 4217 currencies and ISO 24165 digial tokens (crypto currencies).
ex_cldr_dates_times
2.25.6Date, Time and DateTime localization, internationalization and formatting functions using the Common Locale Data Repository (CLDR).
ex_money_sql
1.12.0Money functions for the serialization a money data type.
ex_cldr_lists
2.12.2List formatting functions for the Common Locale Data Repository (CLDR) package ex_cldr.
ex_cldr_units
3.20.3Unit formatting (volume, area, length, ...), conversion and arithmetic functions based upon the Common Locale Data Repository (CLDR).
image
0.65.0An approachable image processing library primarily based upon Vix and libvips that is NIF-based, fast, multi-threaded, pipelined and has a low memory footprint.
unicode
1.21.1Functions to introspect the Unicode character database and to provide fast codepoint lookups and guards.
ex_cldr_plugs
1.3.4Plugs suporting CLDR and setting the locale from requests and request headers.
unicode_set
1.6.1Implementation of Unicode Sets and Regexes for Elixir that can be used in function guards, compiled patterns, nimble_parsec combinators and regexes.
kday
1.1.0Calculations for the first, last or nth day of the week on, nearest, after or before a date.
ex_unicode
1.12.0Functions to introspect the Unicode character database and to provide fast codepoint lookups and guards.
ex_url
2.0.2Functions to parse URLs including scheme-specific URLs such as `tel`, `data`, `geo`, `uuid` and `mailto`. Modelled on the URI module.
tz_world
1.4.2Resolve time zone names from a location.
abnf2
0.1.4An ABNF parser generator updated from the original developed by @vanstee.