Merge branch 'libs_refactor'
{ | ||
"name": "flatcurry-annotated", | ||
"version": "2.0.0", | ||
"version": "3.3.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. Furthermore, it contains libraries to annotate each expression occurring in a given FlatCurry program with type information.", | ||
"category": [ "Metaprogramming" ], | ||
"description": "This package contain libraries to represent FlatCurry programs with arbitrary annotations.", | ||
"license": "BSD-3-Clause", | ||
"licenseFile": "LICENSE", | ||
"dependencies": { | ||
"base" : ">= 1.0.0, < 2.0.0", | ||
"currypath" : ">= 0.0.1", | ||
"finite-map" : ">= 0.0.1", | ||
"flatcurry" : ">= 2.0.0", | ||
"frontend-exec": ">= 0.0.1", | ||
"rewriting" : ">= 2.0.0", | ||
"scc" : ">= 0.0.1", | ||
"wl-pprint" : ">= 0.0.1" | ||
"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" : ">= 3.0.0, < 4.0.0", | ||
"wl-pprint" : ">= 3.0.0, < 4.0.0" | ||
}, | ||
"compilerCompatibility": { | ||
"pakcs": ">= 2.0.0, < 3.0.0", | ||
"kics2": ">= 2.0.0, < 3.0.0" | ||
"pakcs" : ">= 3.3.0, < 4.0.0", | ||
"kics2" : ">= 3.0.0, < 4.0.0", | ||
"curry2go": ">= 1.0.0" | ||
}, | ||
"exportedModules": [ "FlatCurry.Annotated.Types", | ||
"FlatCurry.Annotated.Files", | ||
"FlatCurry.Annotated.Goodies", | ||
"FlatCurry.Annotated.Pretty", | ||
"FlatCurry.Annotated.TypeSubst", | ||
"FlatCurry.Annotated.TypeInference" ], | ||
"FlatCurry.Annotated.Pretty" ], | ||
"source": { | ||
"git": "https://git.ps.informatik.uni-kiel.de/curry-packages/flatcurry-annotated.git", | ||
"tag": "$version" | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment