-
- Downloads
Adapt to version3
LICENSE
0 → 100644
{ | ||
"name": "addtypes", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"author": "Bernd Brassel <bbr@informatik.uni-kiel.de>", | ||
"maintainer": "Michael Hanus <mh@informatik.uni-kiel.de>", | ||
"synopsis": "A tool to add missing type signatures in a Curry program", | ||
"category": [ "Programming" ], | ||
"license": "BSD-3-Clause", | ||
"licenseFile": "LICENSE", | ||
"dependencies": { | ||
"abstract-curry": ">= 2.0.0", | ||
"base" : ">= 1.0.0, < 2.0.0", | ||
"currypath" : ">= 0.0.1", | ||
"searchtree" : ">= 0.0.1", | ||
"wl-pprint" : ">= 0.0.1" | ||
}, | ||
"compilerCompatibility": { | ||
"pakcs": ">= 2.0.0, < 3.0.0", | ||
"kics2": ">= 2.0.0, < 3.0.0" | ||
"base" : ">= 3.0.0, < 4.0.0", | ||
"abstract-curry": ">= 3.0.0, < 4.0.0", | ||
"currypath" : ">= 3.0.0, < 4.0.0", | ||
"process" : ">= 3.0.0, < 4.0.0", | ||
"searchtree" : ">= 3.0.0, < 4.0.0", | ||
"wl-pprint" : ">= 3.0.0, < 4.0.0" | ||
}, | ||
"description": | ||
"This package contains a tool which adds missing type signatures | ||
... | ... |
Please register or sign in to comment