Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bac1cde0f9 | ||
|
|
95085427ec | ||
|
|
f37fb1b5ca | ||
|
|
a7fac5a53f | ||
|
|
a6a18c375b |
1 changed files with 30 additions and 0 deletions
30
squid.yaml
Normal file
30
squid.yaml
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
document: modulemd
|
||||||
|
version: 2
|
||||||
|
data:
|
||||||
|
summary: Squid - Optimising Web Delivery
|
||||||
|
description: an initial version of the squid caching proxy module
|
||||||
|
license:
|
||||||
|
module: [ MIT ]
|
||||||
|
dependencies:
|
||||||
|
- buildrequires:
|
||||||
|
platform: [f28]
|
||||||
|
requires:
|
||||||
|
platform: [f28]
|
||||||
|
references:
|
||||||
|
documentation: http://www.squid-cache.org/Doc/
|
||||||
|
tracker: https://bugs.squid-cache.org/index.cgi
|
||||||
|
profiles:
|
||||||
|
default:
|
||||||
|
rpms:
|
||||||
|
- squid
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- squid
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
squid:
|
||||||
|
rationale: Module API.
|
||||||
|
ref: stream-4.0
|
||||||
|
libecap:
|
||||||
|
rationale: library needed by Squid
|
||||||
|
ref: stream-1.0
|
||||||
Loading…
Add table
Add a link
Reference in a new issue