aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/fixtures/receipt.json
blob: 955d56b47faf4ca580fd38bf89745874ae9a5c70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "used_options": [
    "--with-foo",
    "--without-bar"
  ],
  "unused_options": [
    "--with-baz",
    "--without-qux"
  ],
  "built_as_bottle": false,
  "poured_from_bottle": true,
  "tapped_from": "Homebrew/homebrew",
  "time": 1403827774,
  "HEAD": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeef",
  "stdlib": "libcxx",
  "compiler": "clang"
}