Add tests
LICENSE
0 → 100644
examples/SimpleTest.curry
0 → 100644
... | ... | @@ -5,6 +5,8 @@ |
"maintainer": "Michael Hanus <mh@informatik.uni-kiel.de>", | ||
"synopsis": "A JSON library for Curry", | ||
"category": [ "Data", "Web" ], | ||
"license": "BSD-3-Clause", | ||
"licenseFile": "LICENSE", | ||
"dependencies": { | ||
"det-parse": ">= 3.0.0, < 4.0.0", | ||
"wl-pprint": ">= 3.0.0, < 4.0.0", | ||
... | ... | @@ -15,6 +17,14 @@ |
"kics2": ">= 3.0.0, < 4.0.0" | ||
}, | ||
"exportedModules": ["JSON.Data", "JSON.Parser", "JSON.Pretty"], | ||
"testsuite": [ | ||
{ "src-dir": "src", | ||
"modules": ["JSON.Data", "JSON.Parser", "JSON.Pretty"] | ||
}, | ||
{ "src-dir": "examples", | ||
"modules": [ "SimpleTest" ] | ||
} | ||
], | ||
"source": { | ||
"git": "https://git.ps.informatik.uni-kiel.de/curry-packages/json.git", | ||
"tag": "$version" | ||
... | ... |
Please register or sign in to comment