Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fredrik Wieczerkowski
curry-tools
Commits
21cbf5a9
Commit
21cbf5a9
authored
Oct 07, 2017
by
Michael Hanus
Browse files
Some changes reversed
parent
ebfd5699
Changes
15
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
21cbf5a9
...
...
@@ -5,6 +5,18 @@ Curry_Main_Goal.curry
cpm/src/CPM/ConfigPackage.curry
*.agdai
*_cache
currypp/.cpm/packages/cass-2.0.0
currypp/.cpm/packages/cass-analysis-2.0.0
currypp/.cpm/packages/currycheck-2.0.0
currypp/.cpm/packages/rewriting-2.0.0
currypp/.cpm/packages/abstract-curry-2.0.0
currypp/.cpm/packages/flatcurry-2.0.0
currypp/.cpm/packages/html-2.0.0
currypp/.cpm/packages/xml-2.0.0
optimize/.cpm/packages/cass-2.0.0
optimize/.cpm/packages/cass-analysis-2.0.0
optimize/.cpm/packages/flatcurry-2.0.0
optimize/.cpm/packages/xml-2.0.0
# executables
cpm/src/CPM.Main
...
...
currypp/.cpm/packages/abstract-curry-2.0.0
deleted
120000 → 0
View file @
ebfd5699
abstract-curry
\ No newline at end of file
currypp/.cpm/packages/cass-2.0.0
deleted
120000 → 0
View file @
ebfd5699
cass
\ No newline at end of file
currypp/.cpm/packages/cass-analysis-2.0.0
deleted
120000 → 0
View file @
ebfd5699
cass-analysis
\ No newline at end of file
currypp/.cpm/packages/currycheck-2.0.0
deleted
120000 → 0
View file @
ebfd5699
currycheck
\ No newline at end of file
currypp/.cpm/packages/flatcurry-2.0.0
deleted
120000 → 0
View file @
ebfd5699
flatcurry
\ No newline at end of file
currypp/.cpm/packages/html-2.0.0
deleted
120000 → 0
View file @
ebfd5699
html
\ No newline at end of file
currypp/.cpm/packages/rewriting-2.0.0
deleted
120000 → 0
View file @
ebfd5699
rewriting
\ No newline at end of file
currypp/.cpm/packages/xml-2.0.0
deleted
120000 → 0
View file @
ebfd5699
xml
\ No newline at end of file
currypp/package.json
View file @
21cbf5a9
...
...
@@ -5,11 +5,6 @@
"synopsis"
:
"The standard preprocessor of Curry"
,
"category"
:
[
"Programming"
,
"Analysis"
],
"dependencies"
:
{
"abstract-curry"
:
">= 2.0.0"
,
"cass-analysis"
:
">= 2.0.0"
,
"cass"
:
">= 2.0.0"
,
"currycheck"
:
">= 2.0.0"
,
"html"
:
">= 2.0.0"
},
"compilerCompatibility"
:
{
"pakcs"
:
">= 2.0.0"
,
...
...
@@ -29,7 +24,7 @@
},
"testsuite"
:
[
{
"src-dir"
:
"src/IntegratedCode/Examples"
,
"modules"
:
[
"testFormat"
,
"testHtml"
,
"testRegExps"
]
"modules"
:
[
"testFormat"
,
"testRegExps"
]
},
{
"src-dir"
:
"src/IntegratedCode/ExamplesSQL"
,
"options"
:
"-v"
,
...
...
optimize/.cpm/packages/cass-2.0.0
deleted
120000 → 0
View file @
ebfd5699
cass
\ No newline at end of file
optimize/.cpm/packages/cass-analysis-2.0.0
deleted
120000 → 0
View file @
ebfd5699
cass-analysis
\ No newline at end of file
optimize/.cpm/packages/flatcurry-2.0.0
deleted
120000 → 0
View file @
ebfd5699
flatcurry
\ No newline at end of file
optimize/.cpm/packages/xml-2.0.0
deleted
120000 → 0
View file @
ebfd5699
xml
\ No newline at end of file
optimize/package.json
View file @
21cbf5a9
...
...
@@ -5,9 +5,6 @@
"synopsis"
:
"A transformation tool to replace Boolean equalities by equational constraints"
,
"category"
:
[
"Analysis"
,
"Optimization"
],
"dependencies"
:
{
"cass-analysis"
:
">= 2.0.0"
,
"cass"
:
">= 2.0.0"
,
"flatcurry"
:
">= 2.0.0"
},
"compilerCompatibility"
:
{
"pakcs"
:
">= 2.0.0"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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