Packages
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.
localize_number_inputs
0.1.2Locale-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.
text_corpus_uhdr
0.1.0Corpus for the `Text` library from the Universal Declaration of Human Rights.
localize_datetime_inputs
0.1.2Locale-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.
text_stemmer
0.1.0Pre-compiled Snowball stemmers for Elixir. Ships 36 stemming algorithms covering a wide range of natural languages, accessible through a single `Text.Stemmer.stem/2` entry point.
localize_phone_number
0.2.0Phone number parsing, formatting, and validation via Google's libphonenumber. Locale-aware territory defaults powered by Localize.
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.
localize_inputs_core
0.1.0Shared base for the Localize.Inputs family — `localize_number_inputs` and `localize_datetime_inputs` both depend on this. Carries the shared exception types, Gettext backend, CSS variable tokens, and JS bootstrap helpers.
localize_address
0.2.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_phoenix_routes
0.1.0-alpha.1Localize Phoenix Routes at Compile Time
localize_phoenix_runtime
0.1.0-alpha.1Localize Phoenix at Runtime (Plug & LV Hook)
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.
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_person_names
0.1.0Locale-aware person name formatting built on the Unicode CLDR person names specification.
image_plug
0.1.0A 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.
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.
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.
intl
0.2.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.
static_blog
0.1.0A reusable static blog engine for Elixir. Generates a complete website from markdown with syntax highlighting, RSS, sitemap, SEO structured data, MarsEdit integration via Micropub/XML-RPC, and Cloudflare R2 publishing.