]> gitweb.factorcode.org Git - factor.git/blob - basis/bootstrap/tools/tools.factor
scryfall: make decks better, import from moxfield
[factor.git] / basis / bootstrap / tools / tools.factor
1 USING: vocabs sequences system combinators ;
2 IN: bootstrap.tools
3
4 {
5     "editors"
6     "inspector"
7     "bootstrap.image"
8     "see"
9     "tools.annotations"
10     "tools.crossref"
11     "tools.errors"
12     "tools.deploy"
13     "tools.destructors"
14     "tools.disassembler"
15     "tools.dispatch"
16     "tools.memory"
17     "tools.profiler.sampling"
18     "tools.test"
19     "tools.time"
20     "tools.threads"
21     "tools.deprecation"
22     "vocabs.hierarchy"
23     "vocabs.refresh"
24     "vocabs.refresh.monitor"
25 } [ require ] each
26
27 {
28     { [ os windows? ] [ "debugger.windows" require ] }
29     { [ os unix? ] [ "debugger.unix" require ] }
30 } cond