Varnish Configuration Language
Aliases: VCL
Sources mentioning this language
5 sources · pl_id:
pl/vclExtensions claimed by this language
2 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.vcl | linguist | primary | 34.9K files |
.vcl | pygments | primary | 34.9K files |
Related languages
LLM-contributed programs
Minimal VCL backend definition
vcl 4.0;
backend default {
.host = "127.0.0.1";
.port = "8080";
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)