No description
  • Gleam 65.1%
  • Squirrel 12.7%
  • Rust 8.7%
  • CSS 6.1%
  • TypeScript 4.9%
  • Other 2.5%
Find a file
Yadunand Prem 99d3195533
Some checks are pending
ci/woodpecker/push/build-site-image Pipeline is pending
update mtu for docker images
2026-07-21 17:23:17 +08:00
.woodpecker update mtu for docker images 2026-07-21 17:23:17 +08:00
nut nutst: remove unused old block parser 2026-06-07 01:59:15 +08:00
nut_highlight add highlighting for bash, diff, yaml 2026-07-09 02:14:49 +08:00
nutst switch metadata to yaml 2026-07-21 15:46:31 +08:00
site switch metadata to yaml 2026-07-21 15:46:31 +08:00
.dockerignore add deployment stuff 2026-06-05 17:17:56 +08:00
.gitignore generate a rust binary for generating json from codeblocks 2026-07-06 22:50:20 +08:00
Dockerfile update dockerfile with rust build 2026-07-09 14:56:45 +08:00
flake.lock update flake 2026-06-04 14:42:18 +08:00
flake.nix generate a rust binary for generating json from codeblocks 2026-07-06 22:50:20 +08:00
README.md move nut to own repo 2026-06-04 14:28:15 +08:00

gleam_nut

Monorepo containing Gleam packages:

  • nut: commonly used Gleam libraries.
  • nutst: sibling Gleam project/package that can depend on nut via a path dependency.

Development

cd nut
gleam test

cd ../nutst
gleam test