Skip to content

Commit

Permalink
Add new libs
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Feb 28, 2024
1 parent d004d54 commit 4307fee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].

### HTML

- [formal](https://github.com/lpil/formal) - [📚](https://hexdocs.pm/formal/) - Type safe HTML form decoding and validation!
- [glentities](https://gitlab.com/Nicd/glentities) - [📚](https://hexdocs.pm/glentities/) - HTML entity encoder/decoder for Gleam
- [htmb](https://github.com/lpil/htmb) - [📚](https://hexdocs.pm/htmb/) - A tiny HTML builder for Gleam
- [htmgrrrl](https://github.com/lpil/htmgrrrl) - [📚](https://hexdocs.pm/htmgrrrl/) - Gleam bindings to htmerl, the fast and memory efficient Erlang HTML SAX parser.
Expand Down Expand Up @@ -195,6 +196,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
- [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/formal.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "formal"
description = "Type safe HTML form decoding and validation!"
docs_url = "https://hexdocs.pm/formal/"
repo_url = "https://github.com/lpil/formal"
category = "HTML"
5 changes: 5 additions & 0 deletions packages/systemd_status.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "systemd_status"
description = "Inspect the status of running systemd units"
docs_url = "https://hexdocs.pm/systemd_status/"
repo_url = "https://github.com/lpil/systemd_status"
category = "Logging and Monitoring"

0 comments on commit 4307fee

Please sign in to comment.