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

Tyler Butler

tylerbutler

Total Packages

9

Total Downloads

1 191+

tyler@tylerbutler.com
Packages Stats

Packages

Most Popular Most Downloaded Newest First

birch

0.2.1
483+

A logging library for Gleam with cross-platform support

Last Updated: 2 months ago

shelf

1.0.1
114+

Persistent ETS tables backed by DETS — fast in-memory access with automatic disk persistence for the BEAM

Last Updated: 1 week ago

lattice_crdt

2.0.0
103+

Conflict-free replicated data types (CRDTs) for Gleam — umbrella package that includes all lattice sub-packages

Last Updated: 1 month ago

slate

1.0.0
100+

Type-safe Gleam wrapper for Erlang DETS (Disk Erlang Term Storage)

Last Updated: 1 month ago

lattice_core

1.0.0
97+

Core types for lattice CRDTs — version vectors, dot contexts, and causal infrastructure

Last Updated: 1 month ago

lattice_sets

1.0.0
75+

Grow-only, two-phase, and observed-remove sets for Gleam — conflict-free replicated set types

Last Updated: 1 month ago

lattice_maps

1.0.0
74+

Last-writer-wins and observed-remove maps for Gleam — conflict-free replicated map types with generic value support

Last Updated: 1 month ago

lattice_counters

1.0.0
73+

Grow-only and positive-negative counters for Gleam — conflict-free replicated counter types

Last Updated: 1 month ago

lattice_registers

1.0.0
72+

Last-writer-wins and multi-value registers for Gleam — conflict-free replicated register types

Last Updated: 1 month ago
hex logo Hex
About Blog Sponsors Status
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".