{
    "name": "currydoc",
    "version": "5.0.0",
    "author": "Michael Hanus <mh@informatik.uni-kiel.de>",
    "synopsis": "A documentation generator for Curry",
    "category": [ "Documentation", "Analysis" ],
    "license": "BSD-3-Clause",
    "licenseFile": "LICENSE",
    "dependencies": {
        "abstract-curry" : ">= 4.0.0, < 5.0.0",
        "ansi-terminal"  : ">= 3.0.0, < 4.0.0",
        "base"           : ">= 3.3.0, < 4.0.0",
        "cass-analysis"  : ">= 4.0.0, < 6.0.0",
        "cass"           : ">= 4.1.0, < 6.0.0",
        "curry-ast"      : ">= 3.1.0, < 4.0.0",
        "curry-resources": ">= 1.0.0, < 2.0.0",
        "currypath"      : ">= 3.0.0, < 4.0.0",
        "directory"      : ">= 3.0.0, < 4.0.0",
        "execpath"       : ">= 3.0.0, < 4.0.0",
        "extra"          : ">= 3.0.0, < 4.0.0",
        "filepath"       : ">= 3.0.0, < 4.0.0",
        "flatcurry"      : ">= 4.0.0, < 6.0.0",
        "frontend-exec"  : ">= 3.3.0, < 4.0.0",
        "json"           : ">= 3.0.0, < 4.0.0",
        "html2"          : ">= 3.5.2, < 4.0.0",
        "markdown"       : ">= 3.3.0, < 4.0.0",
        "process"        : ">= 3.0.0, < 4.0.0",
        "read-legacy"    : ">= 3.0.0, < 4.0.0",
        "string-trie"    : ">= 0.0.2, < 1.0.0",
        "time"           : ">= 3.0.0, < 4.0.0",
        "wl-pprint"      : ">= 3.0.0, < 4.0.0"
    },
    "configModule": "CurryDoc.PackageConfig",
    "executable": {
        "name": "curry-doc",
        "main": "CurryDoc.Main",
        "options": { "kics2" : ":set rts -T",
                     "kmcc"  : ":set rts -T" }
    },
    "documentation": {
        "src-dir": "docs",
        "main": "main.tex"
    },
    "source": {
        "git": "https://github.com/curry-packages/currydoc.git",
        "tag": "$version"
    }
}
