hasl/hasl

Prepare for the 0.1.0 release
v0.1.0
11 months ago, Gary Kramlich
426ec968cd5b
Prepare for the 0.1.0 release

Testing Done:
Ran `meson dist`

Reviewed at https://reviews.imfreedom.org/r/2488/
option(
'doc',
type : 'boolean', value : true, yield : true,
description : 'build documentation with gi-docgen'
)
option(
'introspection',
type : 'boolean', value : true, yield : true,
description : 'Whether or not to build a GObject Introspection type library'
)
option(
'nls',
type : 'boolean', value : true, yield : true,
description : 'Install translation files'
)