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

meyercm

Total Packages

11

Total Downloads

1 059 681+

meyer.cm@gmail.com
Packages Stats

Packages

Most Popular Most Downloaded Newest First

shorter_maps

2.2.5
514 530+

~M sigil for map shorthand. `~M{id, name} ~> %{id: id, name: name}`

Last Updated: about 7 years ago

ets_owner

1.0.0
498 073+

A simple GenServer that owns your ETS tables and won't die, even if you do.

Last Updated: about 7 years ago

base_model

0.3.0
34 965+

ActiveRecord for Ecto

Last Updated: about 7 years ago

flub

1.1.4
3 061+

Sane pub/sub within and across nodes.

Last Updated: about 8 years ago

predicate_sigil

0.2.1
2 546+

~p sigil for predicate shorthand. `~p(expr) ~> fn expr -> true; _ -> false end`

Last Updated: about 5 years ago

sig_auth

0.1.5
2 008+

An HTTP API client authentication scheme based on RSA signatures.

Last Updated: about 8 years ago

atom_enforcer

0.1.0
1 658+

Compile-time checking of atoms

Last Updated: about 8 years ago

pg2_wrap

1.0.0
924+

Elixir wrapper for `:pg2` with some conveniences

Last Updated: about 8 years ago

ghoul

0.1.1
897+

An undead cleanup crew for your processes

Last Updated: about 8 years ago

t_digest

0.1.1
708+

Elixir native implementation of Dunning's t-digests.

Last Updated: about 9 years ago

settings

0.1.0
311+

A generic Elixir application settings library

Last Updated: about 8 years 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".