{
    "name": "cass",
    "version": "5.0.0",
    "author": "Michael Hanus <mh@informatik.uni-kiel.de>",
    "synopsis": "CASS: the Curry Analysis Server System",
    "category": [ "Analysis" ],
    "license": "BSD-3-Clause",
    "licenseFile": "LICENSE",
    "dependencies": {
        "base"          : ">= 3.0.0, < 4.0.0",
        "cass-analysis" : ">= 5.0.0, < 6.0.0",
        "containers"    : ">= 3.0.0, < 4.0.0",
        "cpm-query"     : ">= 1.0.0",
        "currypath"     : ">= 3.0.0, < 4.0.0",
        "execpath"      : ">= 3.0.0, < 4.0.0",
        "directory"     : ">= 3.0.0, < 4.0.0",
        "filepath"      : ">= 3.0.0, < 4.0.0",
        "flatcurry"     : ">= 5.0.0, < 6.0.0",
        "json"          : ">= 3.0.0, < 4.0.0",
        "process"       : ">= 3.0.0, < 4.0.0",
        "propertyfile"  : ">= 3.0.0, < 4.0.0",
        "rw-data"       : ">= 1.0.0",
        "scc"           : ">= 3.0.0, < 4.0.0",
        "socket"        : ">= 3.0.0, < 4.0.0",
        "time"          : ">= 3.0.0, < 4.0.0",
        "xml"           : ">= 3.0.0, < 4.0.0"
    },
    "configModule": "CASS.PackageConfig",
    "exportedModules": [ "CASS.Configuration", "CASS.Doc", "CASS.Options",
                         "CASS.Registry",
                         "CASS.Server", "CASS.ServerFormats" ],
    "executable": {
        "name": "cass",
        "main": "CASS.Main",
        "options": { "kics2" : ":set rts -T",
                     "kmcc"  : ":set rts -T" }
    },
    "documentation": {
        "src-dir": "docs",
        "main": "main.tex"
    },
    "source": {
        "git": "https://github.com/curry-packages/cass.git",
        "tag": "$version"
    }
}
