Blame squid.yaml

818669
---
818669
document: modulemd
818669
version: 2
818669
data:
818669
  name: squid
818669
  stream: "4"
818669
  summary: Squid - Optimising Web Delivery
818669
  description: >-
818669
    an initial version of the squid caching proxy module
818669
  license:
818669
    module:
818669
    - MIT
818669
  dependencies:
818669
  - buildrequires:
818669
      platform: [el8.4.0]
818669
    requires:
818669
      platform: [el8]
818669
  references:
818669
    documentation: http://www.squid-cache.org/Doc/
818669
    tracker: https://bugs.squid-cache.org/index.cgi
818669
  profiles:
818669
    common:
818669
      rpms:
818669
      - squid
818669
  api:
818669
    rpms:
818669
    - squid
818669
  components:
818669
    rpms:
818669
      libecap:
818669
        rationale: library needed by Squid
818669
        ref: 19a04bbef9ba2d9501d4660a63ff8c219270f5b7
818669
        buildorder: 1
818669
      squid:
818669
        rationale: squid caching proxy
818669
        ref: 6014ecf367b570fe3304fe8c0f4162e887d91073
818669
        buildorder: 2
818669
...