vfox 2026.5.9

Interface to vfox plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
--- Metadata for the CHICKEN Scheme plugin
--- CHICKEN is a compiler for the Scheme programming language
--- https://call-cc.org/

PLUGIN = {
    name = "chicken",
    version = "0.1.0",
    description = "CHICKEN Scheme compiler",
    homepage = "https://call-cc.org/",
    license = "BSD",
    minRuntimeVersion = "0.3.0",
}