blob: e800bdafbef69518ad121da7a568afd557a0beb1 [file] [log] [blame]
Andrew Walbranf7dc12a2018-11-29 15:18:36 +00001name: "Ninja"
2description: "A small build system."
3
4third_party {
5 url {
6 type: HOMEPAGE
7 value: "https://ninja-build.org/"
8 }
9 url {
10 type: ARCHIVE
11 value: "https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip"
12 }
13 version: "1.8.2"
14 last_upgrade_date { year: 2018 month: 8 day: 3 }
15 license_type: NOTICE
16}