diff options
Diffstat (limited to 'panto-subagents-0.1.0-1.rockspec')
| -rw-r--r-- | panto-subagents-0.1.0-1.rockspec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/panto-subagents-0.1.0-1.rockspec b/panto-subagents-0.1.0-1.rockspec index 693629e..5ae55ff 100644 --- a/panto-subagents-0.1.0-1.rockspec +++ b/panto-subagents-0.1.0-1.rockspec @@ -11,8 +11,9 @@ -- Dependencies. `lyaml` parses profile frontmatter and is a C binding over the -- system libyaml, which luarocks does not vendor: a machine without it needs -- `brew install libyaml` (or `apt install libyaml-dev`) first, and may need --- `YAML_DIR=...` passed to luarocks. `toml2lua` (module name `toml`) reads TOML --- workflows and is pure Lua. `luv` backs the recursive discovery walk and the +-- `YAML_DIR=...` passed to luarocks. `toml2lua` (module name `toml`) reads the +-- layered `config.toml` at activation and the TOML workflows afterwards, so it +-- is required, not optional; it is pure Lua and needs nothing from the system. `luv` backs the recursive discovery walk and the -- wake pipes child jobs are polled on, and ships with panto as a pinned -- battery, so it is normally already present in the tree this rock installs -- into. |
