Skip to content

Commit af58d7e

Browse files
committed
civetweb
1 parent a69c34c commit af58d7e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.bazelversion

-1
This file was deleted.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,4 @@ See project link for details.
254254
* Asio-1-26-0 (https://github.com/chriskohlhoff/asio)
255255
* Prometheus-cpp (https://github.com/jupp0r/prometheus-cpp)
256256
* Cryptopp-8-7-0 (https://github.com/weidai11/cryptopp)
257-
257+
@ civetweb-1.15 (https://github.com/civetweb/civetweb)

repositories.bzl

+8
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ def nexres_repositories():
7373
"https://storage.googleapis.com/bazel-mirror/zlib.net/zlib-1.2.12.tar.gz",
7474
],
7575
)
76+
maybe(
77+
http_archive,
78+
name = "civetweb",
79+
build_file = "@com_resdb_nexres//third_party:civetweb.BUILD",
80+
sha256 = "88574f0cffd6047e22fafa3bdc748dd878a4928409d4f880332e2b0f262b9f62",
81+
strip_prefix = "civetweb-1.15",
82+
url = "https://github.com/civetweb/civetweb/archive/refs/tags/v1.15.zip",
83+
)
7684

7785
def _data_deps_extension_impl(ctx):
7886
nexres_repositories()

0 commit comments

Comments
 (0)