https://github.com/google/tink
Raw File
Tip revision: ad6386e2fc2d8e06b763271b9522a678c75b6059 authored by Thomas Holenstein on 10 October 2019, 03:50:48 UTC
Fixing issue https://github.com/google/tink/issues/224. (#268)
Tip revision: ad6386e
BUILD.bazel
# Description:
#   Tink (https://github.com/google/tink) is a small crypto library that
#   provides a safe, simple, agile and fast way to accomplish some common
#   crypto tasks.

package(default_visibility = ["//tools/build_defs:internal_pkg"])

licenses(["notice"])  # Apache 2.0

exports_files(["LICENSE"])

load("@bazel_gazelle//:def.bzl", "gazelle")

# gazelle:prefix github.com/google/go
gazelle(name = "gazelle")
back to top