{
    "name": "flatcurry-annotated",
    "version": "4.0.0",
    "author": "Michael Hanus <mh@informatik.uni-kiel.de>, Jonas Oberschweiber <jonas@oberschweiber.com>, Bjoern Peemoeller <bjp@informatik.uni-kiel.de>",
    "maintainer": "Michael Hanus <mh@informatik.uni-kiel.de>",
    "synopsis": "Libraries to represent FlatCurry programs with arbitrary annotations",
    "category": [ "Metaprogramming" ],
    "description": "This package contain libraries to represent FlatCurry programs with arbitrary annotations.",
    "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",
        "wl-pprint"    : ">= 3.0.0, < 4.0.0"
    },
    "compilerCompatibility": {
        "pakcs"   : ">= 3.3.0, < 4.0.0",
        "kics2"   : ">= 3.0.0, < 4.0.0",
        "curry2go": ">= 1.0.0",
        "kmcc"    : ">= 0.3.0"
    },
    "exportedModules": [ "FlatCurry.Annotated.Types",
                         "FlatCurry.Annotated.Files",
                         "FlatCurry.Annotated.Goodies",
                         "FlatCurry.Annotated.Pretty" ],
    "source": {
        "git": "https://github.com/curry-packages/flatcurry-annotated.git",
        "tag": "$version"
    }
}
