Imports updated
{ | ||
"name": "nonstrictunif-optimize", | ||
"version": "0.0.1", | ||
"version": "2.0.0", | ||
"author": "Michael Hanus <mh@informatik.uni-kiel.de>", | ||
"synopsis": "Linearity optimizer for functional patterns", | ||
"category": [ "Optimization" ], | ||
"license": "BSD-3-Clause", | ||
"licenseFile": "LICENSE", | ||
"dependencies": { | ||
"flatcurry": ">= 0.0.1" | ||
"flatcurry" : ">= 0.0.1", | ||
"redblacktree" : ">= 0.0.1" | ||
}, | ||
"compilerCompatibility": { | ||
"pakcs": ">= 1.14.0, < 2.0.0", | ||
"kics2": ">= 0.5.0, < 2.0.0" | ||
"pakcs": ">= 2.0.0", | ||
"kics2": ">= 2.0.0" | ||
}, | ||
"executable": { | ||
"name": "curry-nonstrictopt", | ||
... | ... |
Please register or sign in to comment