daml/rules_daml/BUILD.bazel

15 lines
395 B
Python
Raw Normal View History

# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
2019-04-04 11:33:38 +03:00
# SPDX-License-Identifier: Apache-2.0
# Export Bazel sources for Bazel API docs.
exports_files(
["daml.bzl"],
visibility = ["//bazel_tools/docs:__pkg__"],
)
filegroup(
name = "generate-dar-hash",
srcs = glob(["generate-dar-hash.py"]),
visibility = ["//visibility:public"],
)