{
    "version": "5.4.0",
    "description": "A grounder and solver for logic programs.",
    "homepage": "https://potassco.org/clingo/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/potassco/clingo/releases/download/v5.4.0/clingo-5.4.0-win64.zip",
            "hash": "90d29b586455b609e3a63c9c6cf0c7a74098aa9ef8d268a26a769f844d5480a6",
            "extract_dir": "clingo-5.4.0-win64"
        }
    },
    "bin": [
        "clingo.exe",
        "clasp.exe",
        "gringo.exe",
        "reify.exe",
        "lpconvert.exe"
    ],
    "checkver": {
        "github": "https://api.github.com/repos/potassco/clingo/releases",
        "regex": "clingo-([\\d.]+)-win64\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/potassco/clingo/releases/download/v$version/clingo-$version-win64.zip",
                "extract_dir": "clingo-$version-win64"
            }
        }
    }
}
