Packages
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.
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_person_names
0.1.0Locale-aware person name formatting built on the Unicode CLDR person names specification.
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.
localize_phone_number
0.1.0Phone number parsing, formatting, and validation via Google's libphonenumber. Locale-aware territory defaults powered by Localize.
localize_mf2_treesitter
0.1.0Elixir bindings to the tree-sitter-mf2 grammar. Incremental, error-recovering CST parser for ICU MessageFormat 2 (MF2) messages suitable for editor tooling and LSP use.
image_vision
0.2.0Simple image classification, embedding, object detection, segmentation, background removal, captioning, and zero-shot classification for the `image` library. Powered by Bumblebee and Ortex with strong, permissively-licensed defaults — no ML expertise required.
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.
snowball
0.1.0Snowball string-processing language compiler and runtime for Elixir. Compiles `.sbl` files into Elixir modules and provides the runtime support functions those generated modules call into.
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.
intl
0.1.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.
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_lens_correction
0.1.0Lens corrections (radial distortion, vignetting, lateral chromatic aberration and geometric projection) for images created or processed with the `image` library, driven by calibration data from the `lensfun` project.
image_ocr
0.1.0Idiomatic Elixir interface to the Tesseract OCR engine via a NIF, accepting Vix.Vips.Image structs, file paths, or in-memory image binaries.
unicode_idna
0.1.0Pure-Elixir implementation of UTS #46 (IDNA 2008 Compatibility Processing) with Punycode (RFC 3492), bidi (RFC 5893) and CONTEXTJ joiner rules.