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.6.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: ac6d4c732a56d5bf2e1401edc4495138315b5373
        buildorder: 2
      go-toolset:
        rationale: Meta package for go-toolset providing scl enable scripts.
        ref: 4323b359e4496ce52059696ca0cee64767b7501e
      golang:
        rationale: Package providing the Go compiler toolchain.
        ref: e9c9cdcc842ae8e60041970377f52a3d32187c11
        buildorder: 1
...