Skip to main content
Glama
all.bzl3.39 kB
# Copyright (c) Meta Platforms, Inc. and affiliates. # # This source code is licensed under both the MIT license found in the # LICENSE-MIT file in the root directory of this source tree and the Apache # License, Version 2.0 found in the LICENSE-APACHE file in the root directory # of this source tree. load("@prelude//android/user:android_emulators.bzl", _android_emulators_spec = "registration_spec") load("@prelude//apple:apple_resource_dedupe_alias.bzl", _apple_resource_dedupe_alias_spec = "registration_spec") load("@prelude//apple:apple_static_archive.bzl", _apple_static_archive_spec = "registration_spec") load("@prelude//apple/mockingbird:mockingbird_mock.bzl", _mockingbird_mock_spec = "registration_spec") load("@prelude//apple/user:apple_ipa_package.bzl", _apple_ipa_package_spec = "registration_spec") load("@prelude//apple/user:apple_macos_bundle.bzl", _apple_macos_bundle_spec = "registration_spec") load("@prelude//apple/user:apple_resource_bundle.bzl", _apple_resource_bundle_spec = "registration_spec") load("@prelude//apple/user:apple_selective_debugging.bzl", _apple_selective_debugging_spec = "registration_spec") load("@prelude//apple/user:apple_simulators.bzl", _apple_simulators_spec = "registration_spec") load("@prelude//apple/user:apple_spm_package.bzl", _apple_spm_package_spec = "registration_spec") load("@prelude//apple/user:apple_toolchain_override.bzl", _apple_toolchain_override_spec = "registration_spec") load("@prelude//apple/user:apple_tools.bzl", _apple_tools_spec = "registration_spec") load("@prelude//apple/user:apple_watchos_bundle.bzl", _apple_watchos_bundle_spec = "registration_spec") load("@prelude//apple/user:apple_xcframework.bzl", _apple_xcframework_spec = "registration_spec") load("@prelude//apple/user:resource_group_map.bzl", _resource_group_map_spec = "registration_spec") load("@prelude//cxx/user:cxx_toolchain_override.bzl", _cxx_toolchain_override_spec = "cxx_toolchain_override_registration_spec") load("@prelude//cxx/user:link_group_map.bzl", _link_group_map_spec = "registration_spec") load("@prelude//http_archive:extract_archive.bzl", _extract_archive_spec = "registration_spec") load("@prelude//ide_integrations/xcode:xcode_files.bzl", _xcode_files_spec = "registration_spec") load(":cxx_headers_bundle.bzl", _cxx_headers_bundle_spec = "registration_spec") load(":write_file.bzl", _write_file_spec = "registration_spec") _all_specs = [ _extract_archive_spec, _android_emulators_spec, _apple_tools_spec, _apple_selective_debugging_spec, _apple_static_archive_spec, _apple_resource_bundle_spec, _apple_resource_dedupe_alias_spec, _apple_xcframework_spec, _apple_spm_package_spec, _apple_ipa_package_spec, _link_group_map_spec, _resource_group_map_spec, _apple_watchos_bundle_spec, _apple_macos_bundle_spec, _apple_toolchain_override_spec, _cxx_headers_bundle_spec, _cxx_toolchain_override_spec, _apple_simulators_spec, _write_file_spec, _mockingbird_mock_spec, _xcode_files_spec, ] rules = { s.name: rule( impl = s.impl, attrs = s.attrs, doc = s.doc, is_toolchain_rule = s.is_toolchain_rule, **{k: v for k, v in {"cfg": s.cfg}.items() if v != None} ) for s in _all_specs } # The rules are accessed by doing module.name, so we have to put them on the correct module. load_symbols(rules)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'

If you have feedback or need assistance with the MCP directory API, please join our Discord server