This commit is contained in:
nlohmann
2024-12-10 08:42:33 +00:00
parent b014c90f94
commit ab14172173
270 changed files with 1412 additions and 1034 deletions
+7
View File
@@ -0,0 +1,7 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "nlohmann_json",
urls = ["https://github.com/nlohmann/json/archive/refs/tags/v3.11.3.tar.gz"],
strip_prefix = "json-3.11.3",
)