{
    "name": "html2",
    "version": "3.6.0",
    "author": "Michael Hanus <mh@informatik.uni-kiel.de>",
    "synopsis": "Libraries for HTML programming with event-handler-based form processing",
    "category": [ "Web" ],
    "dependencies": {
        "base"                    : ">= 3.0.0, < 4.0.0",
        "abstract-curry"          : ">= 3.0.0, < 5.0.0",
        "cryptohash"              : ">= 3.0.0, < 4.0.0",
        "currypath"               : ">= 3.0.0, < 4.0.0",
        "directory"               : ">= 3.0.0, < 4.0.0",
        "filepath"                : ">= 3.0.0, < 4.0.0",
        "flatcurry"               : ">= 3.0.0, < 6.0.0",
        "flatcurry-annotated"     : ">= 3.3.0, < 5.0.0",
        "flatcurry-type-annotated": ">= 3.3.0, < 5.0.0",
        "global"                  : ">= 3.1.0, < 4.0.0",
        "io-extra"                : ">= 3.0.0, < 4.0.0",
        "process"                 : ">= 3.0.0, < 4.0.0",
        "time"                    : ">= 3.0.0, < 4.0.0",
        "url-base"                : ">= 0.1.0"
     },
    "sourceDirs": [ "src", "scripts" ],
    "exportedModules": [ "HTML.Base",
                         "HTML.CategorizedList", "HTML.LaTeX",
                         "HTML.Parser", "HTML.Session",
                         "HTML.Styles.Bootstrap3", "HTML.Styles.Bootstrap4" ],
    "license": "BSD-3-Clause",
    "licenseFile": "LICENSE",
    "executable": {
        "name": "curry2cgi",
        "main": "Curry2CGI"
    },
    "source": {
        "git": "https://github.com/curry-packages/html2.git",
        "tag": "$version"
    }
}
