Meson is an open source programming language created in 2013.
#747on PLDB | 10Years Old | 880Repos |
Meson (/藞m蓻.s蓲n/) is a software tool for automating the building (compiling) of software. The overall goal for Meson is to promote programmer productivity.Meson is free and open-source software written in Python 3 and subject to the terms of the Apache 2.0 License.. Read more on Wikipedia...
option('with-something', type: 'boolean',
value: true,
)