Skip to content

Commit

Permalink
add stacky (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas authored Jun 2, 2024
1 parent f9b54c4 commit 4c6265e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [glimt](https://github.com/JohnBjrk/glimt) - [📚](https://hexdocs.pm/glimt/) - A Gleam library for logging
- [glog](https://github.com/defgenx/glog) - [📚](https://hexdocs.pm/glog/) - A Gleam implementation of Erlang logger
- [logging](https://github.com/lpil/logging) - [📚](https://hexdocs.pm/logging/) - Configuration for the Erlang logger
- [stacky](https://github.com/inoas/stacky) - [📚](https://hexdocs.pm/stacky/) - Stacky ☆ BEAM stack trace in Gleam
- [systemd_status](https://github.com/lpil/systemd_status) - [📚](https://hexdocs.pm/systemd_status/) - Inspect the status of running systemd units

### Networking
Expand Down
5 changes: 5 additions & 0 deletions packages/stacky.gleam
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "stacky"
description = "Stacky ☆ BEAM stack trace in Gleam"
docs_url = "https://hexdocs.pm/stacky/"
repo_url = "https://github.com/inoas/stacky"
category = "Logging and Monitoring"

0 comments on commit 4c6265e

Please sign in to comment.