From 4a70b06a274b43dcc09d3f250618d066be2efc2c Mon Sep 17 00:00:00 2001 From: lanhaoyu Date: Mon, 19 May 2025 11:24:10 +0800 Subject: [PATCH] dependencies Signed-off-by: lanhaoyu --- README.OpenSource | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.OpenSource b/README.OpenSource index 37a47d6..9a3a990 100755 --- a/README.OpenSource +++ b/README.OpenSource @@ -6,6 +6,7 @@ "Version Number" : "1.3.1", "Owner" : "gongjunsong@huawei.com", "Upstream URL" : "https://github.com/madler/zlib/archive/refs/tags/v1.3.1.tar.gz", - "Description" : "zlib 1.3.1 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" + "Description" : "zlib 1.3.1 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", + "Dependencies" : "" } ] -- Gitee