aboutsummaryrefslogtreecommitdiff
path: root/dep/tests/assets/brew_cmake_installed.json
blob: 2fa83939069bc5971c94c0e4cc6591a7b6da920b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[
  {
    "name": "cmake",
    "full_name": "cmake",
    "desc": "Cross-platform make",
    "homepage": "https://www.cmake.org/",
    "oldname": null,
    "aliases": [],
    "versions": {
      "stable": "3.10.0",
      "bottle": true,
      "devel": null,
      "head": "HEAD"
    },
    "revision": 0,
    "version_scheme": 0,
    "installed": [
      {
        "version": "3.10.0",
        "used_options": [],
        "built_as_bottle": true,
        "poured_from_bottle": true,
        "runtime_dependencies": [],
        "installed_as_dependency": false,
        "installed_on_request": true
      }
    ],
    "linked_keg": "3.10.0",
    "pinned": false,
    "outdated": false,
    "keg_only": false,
    "dependencies": [
      "sphinx-doc"
    ],
    "recommended_dependencies": [],
    "optional_dependencies": [],
    "build_dependencies": [
      "sphinx-doc"
    ],
    "conflicts_with": [],
    "caveats": null,
    "requirements": [],
    "options": [
      {
        "option": "--without-docs",
        "description": "Don't build man pages"
      },
      {
        "option": "--with-completion",
        "description": "Install Bash completion (Has potential problems with system bash)"
      }
    ],
    "bottle": {
      "stable": {
        "rebuild": 1,
        "cellar": ":any_skip_relocation",
        "prefix": "/usr/local",
        "root_url": "https://homebrew.bintray.com/bottles",
        "files": {
          "high_sierra": {
            "url": "https://homebrew.bintray.com/bottles/cmake-3.10.0.high_sierra.bottle.1.tar.gz",
            "sha256": "fa4888d1d009e32398d0ec312b641f86f6eac53cdfd13e5dae57c07922c8033c"
          },
          "sierra": {
            "url": "https://homebrew.bintray.com/bottles/cmake-3.10.0.sierra.bottle.1.tar.gz",
            "sha256": "5a6c5af53ce59a89d3f31880fdcc169359ec6ad49daa78ebcaf333c32f481590"
          },
          "el_capitan": {
            "url": "https://homebrew.bintray.com/bottles/cmake-3.10.0.el_capitan.bottle.1.tar.gz",
            "sha256": "5e1d7d0abd668e008a695f51778d52b06a229ba6fef5014397f8dab9e4578eca"
          }
        }
      }
    }
  }
]