vfox 2026.5.9

Interface to vfox plugins
Documentation
1
2
3
4
5
6
7
8
9
PLUGIN = {}

PLUGIN.name = "chezscheme"
PLUGIN.version = "0.1.0"
PLUGIN.homepage = "https://github.com/mise-plugins/vfox-chezscheme"
PLUGIN.license = "MIT"
PLUGIN.description = "Chez Scheme - a programming language and implementation"
PLUGIN.minRuntimeVersion = "0.3.0"
PLUGIN.notes = { "Compiles from source - requires C compiler (gcc/clang) and make" }