1 Star 0 Fork 0

冰雅轩/libpsl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
meson_options.txt 803 Bytes
一键复制 编辑 原始数据 按行查看 历史
option('runtime', type : 'combo',
choices : ['libidn2', 'libicu', 'libidn', 'no', 'auto'], value : 'auto',
description : 'Specify the IDNA library used for libpsl run-time conversions')
option('builtin', type : 'boolean',
value : true,
description : 'Specify whether libpsl will include built-in PSL data')
option('psl_distfile', type : 'string', value : '',
description : 'path to distribution-wide PSL file')
option('psl_file', type : 'string', value : '',
description : 'path to PSL file')
option('psl_testfile', type : 'string', value : '',
description : 'path to PSL test file')
option('docs', type: 'boolean', value: false,
description: 'Build the API reference (requires gtk-doc)')
option('tests', type: 'boolean', value: true,
description: 'Build the tests and fuzzers')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ice_elegant/libpsl.git
git@gitee.com:ice_elegant/libpsl.git
ice_elegant
libpsl
libpsl
master

搜索帮助