{
    "name": "showflatcurry",
    "version": "4.0.0",
    "author": "Michael Hanus <mh@informatik.uni-kiel.de>",
    "synopsis": "Library and tool to show FlatCurry programs in human-readable (Curry-like) form",
    "category": [ "Programming", "Metaprogramming" ],
    "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",
        "filepath"     : ">= 3.0.0, < 4.0.0",
        "flatcurry"    : ">= 5.0.0, < 6.0.0",
        "process"      : ">= 3.0.0, < 4.0.0",
        "wl-pprint"    : ">= 3.0.0, < 4.0.0"
    },
    "exportedModules": [ "FlatCurry.ShowIntMod" ],
    "executable": {
        "name": "curry-showflat",
        "main": "ShowFlatCurry"
    },
    "source": {
        "git": "https://github.com/curry-packages/showflatcurry.git",
        "tag": "$version"
    }
}
