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
Pascal Stücker
cpm-index
Commits
a41e5f91
Commit
a41e5f91
authored
Nov 20, 2017
by
Michael Hanus
Browse files
Dependencies added
parent
f2721d9b
Changes
9
Hide whitespace changes
Inline
Side-by-side
abstract-curry/2.0.0/package.json
View file @
a41e5f91
...
...
@@ -7,6 +7,7 @@
"license"
:
"BSD-3-Clause"
,
"licenseFile"
:
"LICENSE"
,
"dependencies"
:
{
"wl-pprint"
:
">= 0.0.1"
},
"compilerCompatibility"
:
{
"pakcs"
:
">= 2.0.0"
,
...
...
addtypes/2.0.0/package.json
View file @
a41e5f91
...
...
@@ -6,7 +6,8 @@
"synopsis"
:
"A tool to add missing type signatures in a Curry program"
,
"category"
:
[
"Programming"
],
"dependencies"
:
{
"abstract-curry"
:
">= 2.0.0"
"abstract-curry"
:
">= 2.0.0"
,
"wl-pprint"
:
">= 0.0.1"
},
"compilerCompatibility"
:
{
"pakcs"
:
">= 2.0.0"
,
...
...
casc/2.0.0/package.json
View file @
a41e5f91
...
...
@@ -6,6 +6,7 @@
"synopsis"
:
"A tool to check the formatting style of Curry programs"
,
"category"
:
[
"Analysis"
],
"dependencies"
:
{
"wl-pprint"
:
">= 0.0.1"
},
"compilerCompatibility"
:
{
"pakcs"
:
">= 2.0.0"
,
...
...
chr-curry/2.0.0/package.json
View file @
a41e5f91
...
...
@@ -7,6 +7,7 @@
"dependencies"
:
{
"flatcurry"
:
">= 2.0.0"
,
"prolog"
:
">= 1.0.0"
,
"wl-pprint"
:
">= 0.0.1"
,
"xml"
:
">= 2.0.0"
},
"exportedModules"
:
[
"CHR"
],
...
...
currydoc/2.0.0/package.json
View file @
a41e5f91
...
...
@@ -10,7 +10,8 @@
"cass"
:
">= 2.0.0"
,
"flatcurry"
:
">= 2.0.0"
,
"html"
:
">= 2.0.0"
,
"markdown"
:
">= 2.0.0"
"markdown"
:
">= 2.0.0"
,
"wl-pprint"
:
">= 0.0.1"
},
"compilerCompatibility"
:
{
"pakcs"
:
">= 2.0.0"
,
...
...
ertools/2.0.0/package.json
View file @
a41e5f91
...
...
@@ -10,6 +10,7 @@
"flatcurry"
:
">= 2.0.0"
,
"graphviz"
:
">= 2.0.0"
,
"keydb"
:
">= 2.0.0"
,
"wl-pprint"
:
">= 0.0.1"
,
"xml"
:
">= 2.0.0"
},
"compilerCompatibility"
:
{
...
...
flatcurry-annotated/2.0.0/package.json
View file @
a41e5f91
...
...
@@ -11,7 +11,8 @@
"licenseFile"
:
"LICENSE"
,
"dependencies"
:
{
"flatcurry"
:
">= 2.0.0"
,
"rewriting"
:
">= 2.0.0"
"rewriting"
:
">= 2.0.0"
,
"wl-pprint"
:
">= 0.0.1"
},
"compilerCompatibility"
:
{
"pakcs"
:
">= 2.0.0"
,
...
...
flatcurry/2.0.0/package.json
View file @
a41e5f91
...
...
@@ -7,7 +7,8 @@
"license"
:
"BSD-3-Clause"
,
"licenseFile"
:
"LICENSE"
,
"dependencies"
:
{
"xml"
:
">= 2.0.0"
"wl-pprint"
:
">= 0.0.1"
,
"xml"
:
">= 2.0.0"
},
"compilerCompatibility"
:
{
"pakcs"
:
">= 2.0.0"
,
...
...
json/2.0.0/package.json
View file @
a41e5f91
...
...
@@ -6,7 +6,8 @@
"synopsis"
:
"A JSON library for Curry"
,
"category"
:
[
"Data"
,
"Web"
],
"dependencies"
:
{
"det-parse"
:
"= 0.0.1"
"det-parse"
:
"= 0.0.1"
,
"wl-pprint"
:
">= 0.0.1"
},
"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