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: 325ace7159daee9e1305cfc88ee5ac458bfbda8f
      golang:
        rationale: Package providing the Go compiler toolchain.
        ref: 7597fc92cb0b7e7543cc158ce44e3e69ea1b418d
        buildorder: 1
...