Packages
intl
1.0.0An Elixir interface to internationalization functions modelled on the JavaScript Intl API. Delegates to the Localize library for locale-aware formatting of numbers, dates, lists, durations, and more.
localize_address
1.0.0Address parsing and locale-aware formatting for Elixir. Parses unstructured address strings via libpostal NIF and formats addresses using OpenCageData templates for 267 countries.
localize_phone_number
1.0.0Phone number parsing, formatting, and validation via Google's libphonenumber. Locale-aware territory defaults powered by Localize.
ex_cldr_calendars_japanese
1.1.0Implementation of the Japanese (Gregorian-based with Japanese eras) calendar for Elixir.
localize_person_names
1.0.0Locale-aware person name formatting built on the Unicode CLDR person names specification.
unity
1.1.0An Elixir unit conversion calculator inspired by the Unix `units` utility. Parses and evaluates unit expressions with locale-aware output powered by Localize.
ex_cldr_calendars_composite
1.1.0Composite calendars (composing non-overlapping calendars into one) using the Common Locale Data Repository (CLDR).
localize_number_inputs
0.2.1Locale-aware number-like form input components for Phoenix LiveView. Today: `<.number_input>` (plain decimal/integer) and `<.unit_input>` (number + unit-of-measure picker). Built on Localize CLDR data; AutoNumeric-backed live formatting.
localize_datetime_inputs
0.2.0Locale-aware date/time form input components for Phoenix LiveView. `<.date_input>`, `<.date_range_input>`, `<.date_range_picker>`, and `DatePickerLive` — built on `calendrical` for multi-calendar (Gregorian, Buddhist, Japanese imperial, Islamic, Persian, Hebrew, ROC, …) support.
localize_units_sql
2.0.0Unit functions for the serialization to a database of a Localize.Unit.t data type. Also includes aggregation and sum functions.
image_plug
0.2.1A pluggable Plug-based image server. Maps URLs to a canonical image processing pipeline executed via the Image library, with named, stored variants. Ships a Cloudflare Images URL provider.
cldr_calendars_persian
0.4.0Implementation of the Persian Solar Hijri calendar for Elixir
cldr_calendars_japanese
1.0.0Implementation of the Japanese (Gregorian-based with Japanese eras) calendar for Elixir.
text_corpus_uhdr
0.1.0Corpus for the `Text` library from the Universal Declaration of Human Rights.
image_ocr
0.2.0Idiomatic Elixir interface to the Tesseract OCR engine via a NIF, accepting Vix.Vips.Image structs, file paths, or in-memory image binaries.
ex_tempo_sql
0.2.0Ecto types and migration helpers for persisting Tempo intervals and interval sets as PostgreSQL tstzrange/tstzmultirange values.
image_components
0.1.1Phoenix.Component wrappers and per-CDN URL builders that project a canonical Image.Plug.Pipeline IR onto Cloudflare, Cloudinary, imgix, and ImageKit URL grammars.
localize_ecto
0.3.0Locale-aware PostgreSQL ICU collation for Ecto queries: COLLATE query expressions resolved from Localize language tags, and migration helpers for creating collations.
image_qrcode
0.1.0QR code encoding and decoding for the Image library, implemented as a NIF over the vendored nayuki/QR-Code-generator (encoder, MIT) and dlbeer/quirc (decoder, ISC) C libraries.
mf2_wasm_editor
0.2.0Browser-side MF2 syntax highlighter + Phoenix LiveView hook. Ships a prebuilt web-tree-sitter bundle and the tree-sitter-mf2 grammar compiled to WASM. Consumers drop a script tag and a textarea-over-pre widget — no per-keystroke server round trip.