Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].

### Erlang and OTP

- [Eventsourcing](https://github.com/renatillas/eventsourcing) - [📚](https://hexdocs.pm/Eventsourcing/) - A Gleam library for building event-sourced systems with Actors and Supervisors
- [barnacle](https://github.com/Pevensie/barnacle) - [📚](https://hexdocs.pm/barnacle/) - Self-healing clusters for Gleam applications on the BEAM
- [bath](https://github.com/Pevensie/bath) - [📚](https://hexdocs.pm/bath/) - A generic resource pool
- [carpenter](https://github.com/grottohub/carpenter) - [📚](https://hexdocs.pm/carpenter/) - Bindings for Erlang's ETS tables. Forked and updated from gts.
Expand Down
4 changes: 4 additions & 0 deletions packages/latiendadehelen.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = "Eventsourcing"
description = "A Gleam library for building event-sourced systems with Actors and Supervisors"
repo_url = "https://github.com/renatillas/eventsourcing"
category = "Erlang and OTP"