зеркало из https://github.com/mozilla/gecko-dev.git
2379681f6b
The wrapper stuff is partially-complete, modulo some unimplemented methods. The glue code is just a toy for now. Regardless, I think it's worth getting some of this stuff in-tree to minimize breakage. Source-Repo: https://github.com/servo/servo Source-Revision: 77d3fbcca3c6f7e8b4068f89e25b090977fe5672 |
||
---|---|---|
.. | ||
mach | ||
servo | ||
README.md | ||
licenseck.py | ||
mach_bootstrap.py | ||
requirements.txt | ||
tidy.py |
README.md
This directory contains various Python modules used to support servo development.
= mach =
The command dispatch framework used to wrap the build system and test harnesses.
= servo =
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.