# vim: filetype=meson option( 'lowdown', type : 'feature', description : 'Use the \'lowdown\' library to display colored Markdown in the terminal', ) option( 'readline-flavor', type : 'combo', choices : [ 'editline', 'readline' ], value : 'editline', description : 'Which library to use for nice line editing with the Nix language REPL', )