Skip to content

Commit

Permalink
File streams
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed May 21, 2024
1 parent 82354ba commit af09a1f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].

### File System

- [file_streams](https://github.com/richard-viney/file_streams) - [📚](https://hexdocs.pm/file_streams/) - Gleam library that provides access to native Erlang binary file streams.
- [filepath](https://github.com/lpil/filepath) - [📚](https://hexdocs.pm/filepath/) - Work with file paths in Gleam!
- [simplifile](https://github.com/bcpeinhardt/simplifile) - [📚](https://hexdocs.pm/simplifile/) - Basic file operations that work on all targets

Expand Down
2 changes: 1 addition & 1 deletion packages/file_streams.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "file_streams"
description = "Gleam library that provides access to native Erlang binary file streams."
docs_url = "https://hexdocs.pm/file_streams/"
repo_url = "https://github.com/richard-viney/file_streams"
category = ""
category = "File System"
5 changes: 5 additions & 0 deletions packages/kielet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "kielet"
description = "GNU Gettext implementation for Gleam"
docs_url = "https://hexdocs.pm/kielet/"
repo_url = "https://gitlab.com/Nicd/kielet"
category = ""

0 comments on commit af09a1f

Please sign in to comment.