From 4c6265e425c58b9e825d7a52f5a6f198275a1044 Mon Sep 17 00:00:00 2001 From: inoas Date: Sun, 2 Jun 2024 12:08:11 +0200 Subject: [PATCH] add stacky (#100) --- README.md | 1 + packages/stacky.gleam | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 packages/stacky.gleam diff --git a/README.md b/README.md index b790925..638f123 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/packages/stacky.gleam b/packages/stacky.gleam new file mode 100644 index 0000000..9d030d1 --- /dev/null +++ b/packages/stacky.gleam @@ -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"