1 Star 0 Fork 135

ohos_llvm/third_party_zlib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
chenjingxiang 提交于 2024-02-06 10:07 . Add inner api libz and shared_libz
{
"name": "@ohos/zlib",
"description": "zlib 1.2.13 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files",
"version": "3.1",
"license": "Zlib LICENSE",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/zlib"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README"
},
"component": {
"name": "zlib",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": ["standard"],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"header": {
"header_base": "//third_party/zlib",
"header_files": ""
},
"name": "//third_party/zlib:libz"
},
{
"header": {
"header_base": "//third_party/zlib",
"header_files": ""
},
"name": "//third_party/zlib:shared_libz"
}
],
"test": []
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ohos_llvm/third_party_zlib.git
git@gitee.com:ohos_llvm/third_party_zlib.git
ohos_llvm
third_party_zlib
third_party_zlib
master

搜索帮助