License file added
Showing
LICENSE
0 → 100644
... | ... | @@ -4,6 +4,8 @@ |
"author": "Michael Hanus <mh@informatik.uni-kiel.de>", | ||
"synopsis": "The standard preprocessor of Curry", | ||
"category": [ "Programming", "Analysis" ], | ||
"license": "BSD-3-Clause", | ||
"licenseFile": "LICENSE", | ||
"dependencies": { | ||
"base" : ">= 1.0.0, < 2.0.0", | ||
"abstract-curry": ">= 2.0.0", | ||
... | ... | @@ -28,8 +30,8 @@ |
"easycheck" : ">= 0.0.1" | ||
}, | ||
"compilerCompatibility": { | ||
"pakcs": ">= 2.0.0", | ||
"kics2": ">= 2.0.0" | ||
"pakcs": ">= 2.0.0, < 3.0.0", | ||
"kics2": ">= 2.0.0, < 3.0.0" | ||
}, | ||
"sourceDirs": [ "src", | ||
"src/IntegratedCode", | ||
... | ... |
Please register or sign in to comment