aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/skylark/index.md
blob: b7d46a56f4f725c2a4e5bc28dd6db8fcc7fa13e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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).