Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

roseh.moe/pkg/ccl

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roseh.moe/pkg/ccl

Go Modules
Version
v1.0.1
Version published
Created
Source

ccl, the worst human-friendly configuration language

Don't like YAML? TOML's nested tables make your head hurt? Give me a few hours, how hard can writing a recursive-descent parser be...

Examples

# nginx config or something
server {
    listen: "0.0.0.0:80"
    listen: "[::0]:80"
    location {
        path: "/"
        return: "301 https://$host$request_uri" # redirect to https
    }
    location {
        path: "/.well-known/acme-challenge/"
        root: "/var/lib/acme/acme-challenge"
        auth_basic: false
        auth_request: false
    }
}

See https://pkg.go.dev/roseh.moe/pkg/ccl for the full language spec.

FAQs

Package last updated on 04 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts