hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
oetjenj avatar

Jan Oetjen

oetjenj

Total Packages

6

Total Downloads

3 562+

hex.announcer305@passmail.net
Packages Stats

Packages

Most Popular Most Downloaded Newest First

logger_logfmt

2.0.0
1 909+

A logfmt formatter for Elixir's Logger

Last Updated: 4 days ago

ichor_runtime

0.1.0
568+

The small runtime support library Ichor-generated parsers call into: capture dispatch, error formatting, compiled Tokenizer/Parser combinators, and the LR/GLR runtime -- plus standalone Pratt precedence parsing, generic term recursion, and unification/backtracking search. Ichor itself is dev-only.

Last Updated: 3 days ago

ichor

0.2.1
303+

Compiles grammar definitions -- Aether, its own DSL, plus ABNF/EBNF/PEG/BNF importers -- into separated Lexer/Parser/Analysis/Executor modules, with both an interpreted VM backend and a compile-time native codegen backend.

Last Updated: 3 days ago

cooper

0.2.0
302+

Parses and loads CASC config files -- a hierarchical, extensible config language with imports, variables, interpolation, loops, and consumer-registered resolvers/tags -- into native Elixir terms, secrets redacted by default.

Last Updated: 1 day ago

dextrin

0.1.0
264+

DXN (Data eXchange Notation) for Elixir -- .dxn text, .dxnb binary, and .dxns schema documents, built on the Ichor grammar compiler.

Last Updated: 2 days ago

xeger

0.1.0
216+

Xeger - generate strings that match a regex-like pattern (regex → strings).

Last Updated: 2 days ago
hex logo Hex
About Blog Sponsors Status Advisories
Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

Copyright 2015. Six Colors AB.

Powered by the Erlang VM and the Elixir Programming Language

Search filters

Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

Operator Description Example
name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
description: Full-text search of package descriptions description:auth
depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
build_tool: Filter by build tool build_tool:mix
updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

Wrap values in double quotes to include spaces, e.g. name:"my package".