You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
3.0 KiB
93 lines
3.0 KiB
|
|
#bootsupport modules can be pulled in from within other areas of src or from the built module folders of the project |
|
#They must be already built, so generally shouldn't come directly from src/modules. |
|
|
|
#we want showdict - but it needs punk pipeline notation. |
|
#this requires pulling in punk - which brings in lots of other stuff |
|
#The original idea was that bootsupport could be a subset - but in practice we seem to need pretty much everything? |
|
#we still get the advantage that the bootsupport modules can be updated independently (less frequently - after testing) |
|
|
|
#each entry - base module |
|
set bootsupport_modules [list\ |
|
src/vendormodules commandstack\ |
|
src/vendormodules cksum\ |
|
src/vendormodules debug\ |
|
src/vendormodules dictutils\ |
|
src/vendormodules fauxlink\ |
|
src/vendormodules http\ |
|
src/vendormodules md5\ |
|
src/vendormodules metaface\ |
|
src/vendormodules modpod\ |
|
src/vendormodules oolib\ |
|
src/vendormodules overtype\ |
|
src/vendormodules pattern\ |
|
src/vendormodules patterncmd\ |
|
src/vendormodules patternlib\ |
|
src/vendormodules patternpredator2\ |
|
src/vendormodules sha1\ |
|
src/vendormodules tomlish\ |
|
src/vendormodules test::tomlish\ |
|
src/vendormodules textutil::adjust\ |
|
src/vendormodules textutil::repeat\ |
|
src/vendormodules textutil::split\ |
|
src/vendormodules textutil::string\ |
|
src/vendormodules textutil::tabify\ |
|
src/vendormodules textutil::trim\ |
|
src/vendormodules textutil::wcswidth\ |
|
src/vendormodules uuid\ |
|
modules argp\ |
|
modules flagfilter\ |
|
modules funcl\ |
|
modules natsort\ |
|
modules punk\ |
|
modules punkapp\ |
|
modules punkcheck\ |
|
modules punkcheck::cli\ |
|
modules punk::aliascore\ |
|
modules punk::ansi\ |
|
modules punk::assertion\ |
|
modules punk::args\ |
|
modules punk::cap\ |
|
modules punk::cap::handlers::caphandler\ |
|
modules punk::cap::handlers::scriptlibs\ |
|
modules punk::cap::handlers::templates\ |
|
modules punk::char\ |
|
modules punk::config\ |
|
modules punk::console\ |
|
modules punk::du\ |
|
modules punk::encmime\ |
|
modules punk::fileline\ |
|
modules punk::docgen\ |
|
modules punk::lib\ |
|
modules punk::mix\ |
|
modules punk::mix::base\ |
|
modules punk::mix::cli\ |
|
modules punk::mix::util\ |
|
modules punk::mix::templates\ |
|
modules punk::repl::codethread\ |
|
modules punk::mix::commandset::buildsuite\ |
|
modules punk::mix::commandset::debug\ |
|
modules punk::mix::commandset::doc\ |
|
modules punk::mix::commandset::layout\ |
|
modules punk::mix::commandset::loadedlib\ |
|
modules punk::mix::commandset::module\ |
|
modules punk::mix::commandset::project\ |
|
modules punk::mix::commandset::repo\ |
|
modules punk::mix::commandset::scriptwrap\ |
|
modules punk::mod\ |
|
modules punk::nav::fs\ |
|
modules punk::ns\ |
|
modules punk::overlay\ |
|
modules punk::path\ |
|
modules punk::packagepreference\ |
|
modules punk::repo\ |
|
modules punk::tdl\ |
|
modules punk::unixywindows\ |
|
modules punk::zip\ |
|
modules punk::winpath\ |
|
modules shellfilter\ |
|
modules textblock\ |
|
modules natsort\ |
|
modules oolib\ |
|
] |
|
|
|
|