Blob Blame History Raw
---
document: modulemd
version: 2
data:
  name: go-toolset
  stream: "rhel8"
  summary: Go
  description: >-
    Go Tools and libraries
  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      go-toolset: [rhel8]
      platform: [el8.8.0]
    requires:
      platform: [el8]
  profiles:
    common:
      rpms:
      - go-toolset
  api:
    rpms:
    - golang
  buildopts:
    rpms:
      whitelist:
      - delve
      - go-toolset
      - go-toolset-1.10
      - go-toolset-1.10-golang
      - go-toolset-golang
      - golang
  components:
    rpms:
      delve:
        rationale: A debugger for the Go programming language
        ref: 52ad8e990386c4beef50b53b2a1c26f423dfd97c
        buildorder: 2
      go-toolset:
        rationale: Meta package for go-toolset providing scl enable scripts.
        ref: ad06162dda17d3c2ab989811e08905a89d058afe
      golang:
        rationale: Package providing the Go compiler toolchain.
        ref: 159b5fedf5e5dd6cca1bd6a0d9f0aee30ca98da8
        buildorder: 1
...