| """https://www.linuxptp.org/""" | |
| module( | |
| name = "linuxptp", | |
| version = "4.4", | |
| bazel_compatibility = [">=7.2.1"], | |
| ) | |
| bazel_dep(name = "bazel_skylib", version = "1.7.1") | |
| bazel_dep(name = "rules_cc", version = "0.2.4") | |
| bazel_dep(name = "rules_cc_autoconf", version = "0.11.0") | |
| bazel_dep(name = "rules_shell", version = "0.3.0") | |
| # Library dependencies | |
| bazel_dep(name = "openssl", version = "3.5.5.bcr.0") |