| """https://cunit.sourceforge.net/""" | |
| module( | |
| name = "cunit", | |
| version = "2.1.3", | |
| bazel_compatibility = [">=7.2.1"], | |
| ) | |
| bazel_dep(name = "bazel_skylib", version = "1.8.2") | |
| bazel_dep(name = "platforms", version = "1.0.0") | |
| bazel_dep(name = "rules_cc", version = "0.2.4") | |
| bazel_dep(name = "rules_shell", version = "0.6.1") |