blob: 499cd5af244e0b7b635400ac6569dd94a2f1347b [file] [log] [blame] [edit]
print(
"WARNING: skylark_library.bzl is deprecated and will go away in the future, please" +
" use bzl_library.bzl instead.",
)
load("//:bzl_library.bzl", "StarlarkLibraryInfo", "bzl_library")
# These are temporary forwarding macros to facilitate migration to
# the new names for these objects.
SkylarkLibraryInfo = StarlarkLibraryInfo
skylark_library = bzl_library