Skip to content

Commit a48aba6

Browse files
committed
xmb, atomb
1 parent 7e9beaa commit a48aba6

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
169169
- [iso_8859](https://github.com/richard-viney/iso_8859) - [📚](https://hexdocs.pm/iso_8859/) - Gleam library to decode ISO/IEC 8859 binary data into native UTF-8 strings.
170170
- [jot](https://github.com/lpil/jot) - [📚](https://hexdocs.pm/jot/) - A parser for Djot, a markdown-like language
171171
- [tom](https://github.com/lpil/tom) - [📚](https://hexdocs.pm/tom/) - A pure Gleam TOML parser!
172+
- [xmb](https://github.com/lpil/xmb) - [📚](https://hexdocs.pm/xmb/) - A tiny XML builder for Gleam
172173

173174
### Frontend
174175

@@ -342,6 +343,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
342343

343344
### Websites
344345

346+
- [atomb](https://github.com/lpil/atomb) - [📚](https://hexdocs.pm/atomb/) - An Atom feed builder for Gleam
345347
- [lustre_ssg](https://github.com/lustre-labs/ssg) - [📚](https://hexdocs.pm/lustre_ssg/) - A simple static site generator for Lustre projects.
346348

347349
## Projects

packages/atomb.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "atomb"
2+
description = "An Atom feed builder for Gleam"
3+
repo_url = "https://github.com/lpil/atomb"
4+
category = "Websites"

packages/xmb.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "xmb"
2+
description = "A tiny XML builder for Gleam"
3+
repo_url = "https://github.com/lpil/xmb"
4+
category = "Formats"

0 commit comments

Comments
 (0)