.. _boost_build_generator: Boost Build =========== The **boost-build** generator creates a file named ``project-root.jam`` that can be used with your *Boost Build* build system script. The generated ``project-root.jam`` will generate several sections, and an alias ``conan-deps`` with the sections name: .. code-block:: text lib ssl : : # requirements ssl /path/to/package/227fb0ea22f4797212e72ba94ea89c7b3fbc2a0c/lib : # default-build : # usage-requirements /path/to/package/227fb0ea22f4797212e72ba94ea89c7b3fbc2a0c/include ; lib crypto : : # requirements crypto /path/to/package/227fb0ea22f4797212e72ba94ea89c7b3fbc2a0c/lib : # default-build : # usage-requirements /path/to/package/227fb0ea22f4797212e72ba94ea89c7b3fbc2a0c/include ; lib z : : # requirements z /path/to/package/8018a4df6e7d2b4630a814fa40c81b85b9182d2b/lib : # default-build : # usage-requirements /path/to/package/8018a4df6e7d2b4630a814fa40c81b85b9182d2b/include ; alias conan-deps : ssl crypto z ;