vfox 2026.5.9

Interface to vfox plugins
Documentation
--- !!! DO NOT EDIT OR RENAME !!!
PLUGIN = {}

--- !!! MUST BE SET !!!
--- Plugin name
PLUGIN.name = "ant"
--- Plugin version
PLUGIN.version = "0.1.0"
--- Plugin homepage
PLUGIN.homepage = "https://github.com/mise-plugins/vfox-ant"
--- Plugin license
PLUGIN.license = "MIT"
--- Plugin description
PLUGIN.description = "Apache Ant build tool"

--- !!! OPTIONAL !!!
PLUGIN.minRuntimeVersion = "0.3.0"
PLUGIN.notes = {
    "Apache Ant is a Java library and command-line tool for building Java applications.",
}