all repos

gbf @ 6862d63

⭐ gleaming brainfuck

gbf/gleam.toml(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
name = "gbf"
version = "1.0.0"
description = "gleaming brainfuck"
licences = ["GLWTPL"]
repository = { type = "github", user = "olexsmir", repo = "gbf" }

[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
splitter = ">= 1.1.0 and < 2.0.0"
argv = ">= 1.0.2 and < 2.0.0"
simplifile = ">= 2.3.0 and < 3.0.0"

[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"