Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pascal Stücker
cpm-index
Commits
6fba10e7
Commit
6fba10e7
authored
Jun 28, 2017
by
Michael Hanus
Browse files
contract-prover/0.0.1 added
parent
137bb614
Changes
1
Hide whitespace changes
Inline
Side-by-side
contract-prover/0.0.1/package.json
0 → 100644
View file @
6fba10e7
{
"name"
:
"contract-prover"
,
"version"
:
"0.0.1"
,
"author"
:
"Michael Hanus <mh@informatik.uni-kiel.de>"
,
"synopsis"
:
"A tool to optimize contracts in FlatCurry programs by proving contracts"
,
"category"
:
[
"Optimization"
,
"Verification"
],
"license"
:
"BSD-3-Clause"
,
"licenseFile"
:
"LICENSE"
,
"dependencies"
:
{
"flatcurry-annotated"
:
">= 1.0.0"
,
"showflatcurry"
:
">= 0.0.1"
},
"configModule"
:
"PackageConfig"
,
"executable"
:
{
"name"
:
"curry-ctopt"
,
"main"
:
"ContractProver"
},
"testsuite"
:
{
"src-dir"
:
"examples"
,
"script"
:
"test.sh"
,
"options"
:
"-v"
},
"source"
:
{
"git"
:
"https://git.ps.informatik.uni-kiel.de/curry-packages/contract-prover.git"
,
"tag"
:
"$version"
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment