Modules
In addition to core language features, Meson also provides a module system aimed at providing helper methods for common build operations. Using modules is simple, first you import them:
mymod = import('somemodule')
After this you can use the returned object to use the functionality provided:
mymod.do_something('text argument')
Meson has a selection of modules to make common requirements easy to use. Modules can be thought of like the standard library of a programming language. Currently Meson provides the modules listed on subpages.
Subpages:
Unstable CUDA Module – CUDA module
Hotdoc module – Hotdoc module
keyval module – Keyval module
Python module – Generic python module
Rust module – Rust language integration module
Source set module – Source set module
The results of the search are