Blame squid.yaml

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