Packages

A library to express RIFF format in pure Gleam-lang

Current section

Files

Jump to
glriff README.md
Raw

README.md

# glriff
A library to express RIFF format in pure Gleam-lang
[![Package Version](https://img.shields.io/hexpm/v/glriff)](https://hex.pm/packages/glriff)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/glriff/)
Further documentation can be found at <https://hexdocs.pm/glriff>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
# Or with Nix
nix build
nix develop
nix-shell
nix-build
```