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.1.0]
    requires:
      platform: [el8]
  profiles:
    common:
      rpms:
      - go-toolset
  api:
    rpms:
    - golang
  buildopts:
    rpms:
      whitelist:
      - go-toolset
      - go-toolset-1.10
      - go-toolset-1.10-golang
      - go-toolset-golang
      - golang
  components:
    rpms:
      go-toolset:
        rationale: Meta package for go-toolset providing scl enable scripts.
        ref: 59bb25bb6ac0b1853fe0e92c4b65667c99e31789
      golang:
        rationale: Package providing the Go compiler toolchain.
        ref: 6cdaae3bf8e64a21fec89c49be4742a17ee468e2
        buildorder: 1
...