aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/fixtures/receipt.json
blob: d021dda3f4c46bf0a47ee8d83b93ce1db57154a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "used_options": [
    "--with-foo",
    "--without-bar"
  ],
  "unused_options": [
    "--with-baz",
    "--without-qux"
  ],
  "built_as_bottle": false,
  "poured_from_bottle": true,
  "time": 1403827774,
  "HEAD": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeef",
  "stdlib": "libcxx",
  "compiler": "clang",
  "source": {
      "path": "/usr/local/Library/Taps/hombrew/homebrew-core/Formula/foo.rb",
      "tap": "homebrew/core",
      "spec": "stable"
  }
}