Skip to content

Commit

Permalink
add version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcchen committed May 5, 2024
1 parent 255df5b commit d8b0da0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 91 deletions.
40 changes: 0 additions & 40 deletions INSTALL_MAC.sh

This file was deleted.

26 changes: 13 additions & 13 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ MIT licenses
The following components are provided under the MIT License. See project link for details.
The text of each license is also included in licenses/LICENSE-[project].txt

* eEVM (https://github.com/microsoft/eEVM)
* eEVM-118a9355d023748318a318bc07fc79063f015a94 (https://github.com/microsoft/eEVM)

================================================================
BSD-3-Clause licenses
Expand All @@ -233,10 +233,10 @@ The following components are provided under the BSD-3-Clause License. See projec
The text of each license is also included in licenses/LICENSE-[project].txt.


* glog (https://github.com/google/glog)
* leveldb (https://github.com/google/leveldb)
* gtest (https://github.com/google/googletest)
* gflag (https://github.com/gflags/gflags)
* glog-0.5.0 (https://github.com/google/glog)
* leveldb-1.23 (https://github.com/google/leveldb)
* gtest-1.13.0 (https://github.com/google/googletest)
* gflag-2.2.2 (https://github.com/gflags/gflags)

================================================================
Public Domain
Expand All @@ -245,13 +245,13 @@ The following components are placed in the public domain.
The author hereby disclaims copyright to this source code.
See project link for details.

* protobuf (https://github.com/protocolbuffers/protobuf)
* snappy (https://github.com/google/snappy)
* zlib (https://github.com/madler/zlib)
* pybind (https://github.com/pybind/pybind11_bazel)
* nlohmann_json (https://github.com/nlohmann/json)
* CrowCpp (https://github.com/CrowCpp/Crow)
* Asio (https://github.com/chriskohlhoff/asio)
* protobuf-3.10.0 (https://github.com/protocolbuffers/protobuf)
* snappy-1.1.9 (https://github.com/google/snappy)
* zlib-1.2.11 (https://github.com/madler/zlib)
* pybind-2.11.1 (https://github.com/pybind/pybind11_bazel)
* nlohmann_json-3.9.1 (https://github.com/nlohmann/json)
* CrowCpp-1.0-5 (https://github.com/CrowCpp/Crow)
* Asio-1-26-0 (https://github.com/chriskohlhoff/asio)
* Prometheus-cpp (https://github.com/jupp0r/prometheus-cpp)
* Cryptopp (https://github.com/weidai11/cryptopp)
* Cryptopp-8-7-0 (https://github.com/weidai11/cryptopp)

8 changes: 0 additions & 8 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ def nexres_repositories():
"https://storage.googleapis.com/bazel-mirror/zlib.net/zlib-1.2.12.tar.gz",
],
)
maybe(
http_archive,
name = "civetweb",
build_file = "@com_resdb_nexres//third_party:civetweb.BUILD",
sha256 = "88574f0cffd6047e22fafa3bdc748dd878a4928409d4f880332e2b0f262b9f62",
strip_prefix = "civetweb-1.15",
url = "https://github.com/civetweb/civetweb/archive/refs/tags/v1.15.zip",
)

def _data_deps_extension_impl(ctx):
nexres_repositories()
Expand Down
30 changes: 0 additions & 30 deletions third_party/civetweb.BUILD

This file was deleted.

0 comments on commit d8b0da0

Please sign in to comment.