prebuilt_cxx_library(
  name = 'byte-lite',
  header_only = True,
  header_namespace = '',
  exported_headers = subdir_glob([
    ('include/nonstd', '**/*.hpp'),
  ]),
  licenses = [
    'LICENSE',
  ],
  visibility = [
    'PUBLIC',
  ],
)
