blob: b7d46a56f4f725c2a4e5bc28dd6db8fcc7fa13e3 [file] [log] [blame] [view]
---
layout: documentation
title: Extensions
---
# Extensions
Skylark is the name of the extension mechanism in Bazel. It lets you add support
for new languages and tools by writing [custom build rules](rules.md). You can
also compose existing rules into [macros](macros.md).
## Getting started
Read the [concepts](concepts.md) behind Skylark and try the
[cookbook examples](cookbook.md). To go further, read about the
[standard library](lib/globals.html).