Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,10 @@ backends = ["asdf:mise-plugins/mise-chezscheme"]
description = "Chez Scheme is both a programming language and an implementation of that language, with supporting tools and documentation"

[tools.chicken]
backends = ["asdf:mise-plugins/mise-chicken"]
backends = ["vfox:mise-plugins/vfox-chicken"]
description = "CHICKEN is a compiler for the Scheme programming language"
os = ["linux", "macos", "freebsd", "openbsd"]
test = ["csi -version", "Version"]

[tools.chisel]
backends = [
Expand Down
Loading