1 Star 0 Fork 0

chummy2015/cpp_redis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
repositories.bzl 519 Bytes
一键复制 编辑 原始数据 按行查看 历史
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
cpp_redis_repositories:
"""Add external dependencies to the workspace."""
maybe(
http_archive,
name = "tacopie",
urls = ["https://github.com/cylix/tacopie/archive/6b060c7f7e158e60d634c14e412aa78d4041f237.tar.gz"],
strip_prefix = "tacopie-6b060c7f7e158e60d634c14e412aa78d4041f237",
sha256 = "6e123b274480476d1a9bab675623519ccd3108ee93a0515823a70a471a93aff8",
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chummy2015/cpp_redis.git
git@gitee.com:chummy2015/cpp_redis.git
chummy2015
cpp_redis
cpp_redis
master

搜索帮助