1 Star 0 Fork 31

王佳栋/third_party_bzip2_2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
tongkai0808fh 提交于 2024-02-19 03:37 . bzip2部件独立编译整改
{
"name": "@ohos/bzip2",
"description": "bzip2 is a freely available, patent free (see below), high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.",
"version": "3.1",
"license": "Bzip2 License",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/bzip2"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README"
},
"component": {
"name": "bzip2",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "standard" ],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/bzip2:libbz2",
"header": {
"header_files": [
"bzlib_private.h",
"bzlib.h"
],
"header_base": "//third_party/bzip2"
}
}
],
"test": []
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang-jiadong11/third_party_bzip2_2.git
git@gitee.com:wang-jiadong11/third_party_bzip2_2.git
wang-jiadong11
third_party_bzip2_2
third_party_bzip2_2
master

搜索帮助