{
    "name": "flatcurry",
    "version": "5.0.0",
    "author": "Michael Hanus <mh@informatik.uni-kiel.de>",
    "synopsis": "Libraries to deal with FlatCurry programs",
    "category": [ "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",
        "frontend-exec" : ">= 3.0.0, < 4.0.0",
        "profiling"     : ">= 3.0.0, < 4.0.0",
        "read-legacy"   : ">= 3.0.0, < 4.0.0",
        "rw-data"       : ">= 1.0.0",
        "time"          : ">= 3.0.0, < 4.0.0",
        "transformers"  : ">= 3.0.0, < 4.0.0",
        "wl-pprint"     : ">= 3.0.0, < 4.0.0"
    },
    "compilerCompatibility": {
        "pakcs"   : ">= 3.10.0",
        "kics2"   : ">= 3.5.0",
        "curry2go": ">= 1.7.0",
        "kmcc"    : ">= 0.5.0"
    },
    "exportedModules": [ "FlatCurry.Files", "FlatCurry.FlexRigid",
                         "FlatCurry.Goodies", "FlatCurry.Normalize",
                         "FlatCurry.Pretty", "FlatCurry.Read",
                         "FlatCurry.Show",
                         "FlatCurry.Types", "FlatCurry.TypesRW" ],
    "source": {
        "git": "https://github.com/curry-packages/flatcurry.git",
        "tag": "$version"
    },
    "testsuite": {
        "src-dir": "test",
        "modules": [ "TestFlatCurryGoodies", "TestNormalize" ]
    }
}
