- Package:
- ninja-build
- Source:
- ninja-build
- Description:
- small build system closest in spirit to Make
- Submitter:
- Mo Zhou
- Date:
- 2021-11-04 12:09:05 UTC
- Severity:
- normal
Dear maintainer, Please include ninja_syntax.py as an example. It's very useful for people who would like write their own ninja generators in python.
On Fri, 25 Oct 2019 19:13:23 -0700 Mo Zhou <lumin@debian.org> wrote: > Please include ninja_syntax.py as an example. > It's very useful for people who would like write > their own ninja generators in python. I would also find this very useful. Right now the best option seems to be to copy ninja_build.py into my own project.