{
    "name": "nonstrictunif-optimize",
    "version": "3.1.0",
    "author": "Michael Hanus <mh@informatik.uni-kiel.de>",
    "synopsis": "Linearity optimizer for functional patterns",
    "category": [ "Optimization" ],
    "license": "BSD-3-Clause",
    "licenseFile": "LICENSE",
    "dependencies": {
        "base"         : ">= 3.0.0, < 4.0.0",
        "currypath"    : ">= 3.0.0, < 4.0.0",
        "directory"    : ">= 3.0.0, < 4.0.0",
        "flatcurry"    : ">= 5.0.0, < 6.0.0",
        "process"      : ">= 3.0.0, < 4.0.0",
        "read-legacy"  : ">= 3.0.0, < 4.0.0",
        "redblacktree" : ">= 3.0.0, < 4.0.0"
    },
    "compilerCompatibility": {
        "pakcs": ">= 3.0.0, < 4.0.0",
        "kics2": ">= 3.0.0, < 4.0.0"
    },
     "executable": {
        "name": "curry-nonstrictopt",
        "main": "NonStrictOpt"
    },
    "source": {
        "git": "https://github.com/curry-packages/nonstrictunif-optimize.git",
        "tag": "$version"
    }
}
