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-7:
        rationale: Meta package for go-toolset providing scl enable scripts.
        ref: 0f31a31dceaaa5ed88f85b21042dcce3fb8981a7
      golang:
        rationale: Package providing the Go compiler toolchain.
        ref: 312676f760fb8b6f4d428991691ede811c5ef3fc
        buildorder: 1
...