{
    "name": "flatcurry-addtypes",
    "version": "1.0.0",
    "author": "Michael Hanus <mh@informatik.uni-kiel.de>",
    "synopsis": "Libraries to add type information to FlatCurry programs",
    "category": [ "Metaprogramming" ],
    "license": "BSD-3-Clause",
    "licenseFile": "LICENSE",
    "dependencies": {
        "base"          : ">= 3.0.0, < 4.0.0",
        "flatcurry"     : ">= 5.0.0, < 6.0.0",
        "containers"    : ">= 3.0.0, < 4.0.0",
        "transformers"  : ">= 3.0.0, < 4.0.0"
    },
    "exportedModules": [ "FlatCurry.AddTypes" ],
    "source": {
        "git": "https://github.com/curry-packages/flatcurry-addtypes.git",
        "tag": "$version"
    }
}
