5. Extending and developing Bakefile¶
5.1. Writing Bakefile plugins¶
5.2. Reference¶
- 5.2.1. API reference documentation
- 5.2.1.1.
bkl.model– project model - 5.2.1.2.
bkl.expr– representation of expressions - 5.2.1.3.
bkl.vartypes– variables types - 5.2.1.4.
bkl.api– public extensions API - 5.2.1.5.
bkl.error– exceptions and errors handling - 5.2.1.6.
bkl.io– I/O helpers - 5.2.1.7.
bkl.makefile– support for implementing makefiles toolsets - 5.2.1.8.
bkl.compilers– FileCompiler helpers
- 5.2.1.1.
- 5.2.2. Internals reference documentation