-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMODULE.bazel
More file actions
25 lines (20 loc) · 830 Bytes
/
MODULE.bazel
File metadata and controls
25 lines (20 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
###############################################################################
# Bazel now uses Bzlmod by default to manage external dependencies.
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
#
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
###############################################################################
#module(
# name = "sorting",
# version = "0.1",
#)
# -- bazel_dep definitions -- #
#bazel_dep(name = "abseil-cpp", version = "20240722.0.bcr.2")
#bazel_dep(name = "parlaylib", version = "xyz")
#git_override(
# module_name = "parlaylib",
# commit = "2a55b05c2aa6451923614a989e5e026bc8056f68",
# remote = "https://github.com/ParAlg/parlaylib.git",
#)
# -- use_repo_rule statements -- #
# -- repo definitions -- #