view third_party/mercurial/BUILD @ 254:2b6e732087ff

[ui] Add complete native component catalog Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Tue, 04 Aug 2026 15:12:09 -0700
parents c5129452493e
children
line wrap: on
line source

load(":runtime.bzl", "mercurial_runtime")

mercurial_runtime(
    name = "runtime",
    archive = "@mercurial_cp311_wheel//file",
    launcher = "hg.sh",
    target_compatible_with = [
        "@platforms//cpu:x86_64",
        "@platforms//os:linux",
    ],
    visibility = ["//visibility:public"],
)