File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
169
169
- [ 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.
170
170
- [ jot] ( https://github.com/lpil/jot ) - [ 📚] ( https://hexdocs.pm/jot/ ) - A parser for Djot, a markdown-like language
171
171
- [ 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
172
173
173
174
### Frontend
174
175
@@ -342,6 +343,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
342
343
343
344
### Websites
344
345
346
+ - [ atomb] ( https://github.com/lpil/atomb ) - [ 📚] ( https://hexdocs.pm/atomb/ ) - An Atom feed builder for Gleam
345
347
- [ lustre_ssg] ( https://github.com/lustre-labs/ssg ) - [ 📚] ( https://hexdocs.pm/lustre_ssg/ ) - A simple static site generator for Lustre projects.
346
348
347
349
## Projects
Original file line number Diff line number Diff line change
1
+ name = " atomb"
2
+ description = " An Atom feed builder for Gleam"
3
+ repo_url = " https://github.com/lpil/atomb"
4
+ category = " Websites"
Original file line number Diff line number Diff line change
1
+ name = " xmb"
2
+ description = " A tiny XML builder for Gleam"
3
+ repo_url = " https://github.com/lpil/xmb"
4
+ category = " Formats"
You can’t perform that action at this time.
0 commit comments