ReqPack Lua wrapper for Visual FoxPro packages using FoxGet-compatible metadata and a configurable VFP bridge.
- FoxGet-style package catalog exported to ReqPack cache as TSV
- project-local installed packages from
Packages/packages.xml - install, remove, and update flows through user-provided VFP bridge command
SomePackageSomePackage@1.2.3- local installer
.prgpath throughinstallLocal()
- shared cache root default:
~/.cache/reqpack/vfp-pm/ - default catalog snapshot path:
~/.cache/reqpack/vfp-pm/catalog/packages.tsv - generated bridge scripts/results live under
~/.cache/reqpack/vfp-pm/bridge/ - installed package state stays project-local at
<project>/Packages/packages.xml - plugin id is
vfp-pm, but implementation is based on documented FoxGet behavior because no public standalonevfp-pmCLI could be verified - mutation actions require
VFP_PM_BRIDGEor request fieldbridgeCommand - query actions can use
catalogPath,catalog-url=<url>, or cached TSV snapshot
rqp test-plugin --plugin ./run.lua --preset core