option(
  'loadlib', type: 'boolean', value: false,
  description: 'Allow Lua to "require" C extension modules'
)
option(
  'line_editing', type: 'boolean', value: false,
  description: 'Link with GNU readline (or libedit) to add history to the Lua interpreter.'
)
option(
  'interpreter', type: 'boolean', value: true,
  description: 'Build the Lua interpreter.'
)
