{
    "name": "flatcurry-compact",
    "version": "4.0.0",
    "author": "Michael Hanus <mh@informatik.uni-kiel.de>",
    "synopsis": "A tool to reduce the size of FlatCurry programs",
    "category": [ "Optimization" ],
    "license": "BSD-3-Clause",
    "licenseFile": "LICENSE",
    "dependencies": {
        "base"      : ">= 3.0.0, < 4.0.0",
        "containers": ">= 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" : ">= 5.0.0, < 6.0.0",
        "process"   : ">= 3.0.0, < 4.0.0",
        "time"      : ">= 3.0.0, < 4.0.0",
        "xml"       : ">= 3.0.0, < 4.0.0"
    },
    "exportedModules": [ "FlatCurry.Compact" ],
    "executable": {
        "name": "curry-compactflat",
        "main": "Main"
    },
    "source": {
        "git": "https://github.com/curry-packages/flatcurry-compact.git",
        "tag": "$version"
    }
}
