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
f6e4d77a
Commit
f6e4d77a
authored
May 18, 2017
by
Michael Hanus
Browse files
Some updates of deps
parent
c3e4aa85
Changes
6
Hide whitespace changes
Inline
Side-by-side
cpm-manage/0.0.3/package.json
View file @
f6e4d77a
...
...
@@ -5,7 +5,8 @@
"synopsis"
:
"Tools to manage the main repository of the Curry Package Manager"
,
"category"
:
[
"Packaging"
],
"dependencies"
:
{
"cpm"
:
">= 0.0.1"
"cpm"
:
">= 0.0.1"
,
"graphviz"
:
">= 1.0.0"
},
"compilerCompatibility"
:
{
"pakcs"
:
">= 1.14.0, < 2.0.0"
,
...
...
currydoc/0.8.3/package.json
View file @
f6e4d77a
...
...
@@ -7,7 +7,8 @@
"dependencies"
:
{
"cass-analysis"
:
">= 0.0.1"
,
"cass"
:
">= 0.0.1"
,
"html"
:
">= 0.0.1"
"html"
:
">= 0.0.1"
,
"markdown"
:
">= 1.0.0"
},
"compilerCompatibility"
:
{
"pakcs"
:
">= 1.14.0, < 2.0.0"
,
...
...
currydoc/2.0.0/package.json
View file @
f6e4d77a
...
...
@@ -7,7 +7,8 @@
"dependencies"
:
{
"cass-analysis"
:
">= 2.0.0"
,
"cass"
:
">= 2.0.0"
,
"html"
:
">= 2.0.0"
"html"
:
">= 2.0.0"
,
"markdown"
:
">= 2.0.0"
},
"compilerCompatibility"
:
{
"pakcs"
:
">= 2.0.0"
,
...
...
ertools/1.0.0/package.json
View file @
f6e4d77a
...
...
@@ -5,6 +5,7 @@
"synopsis"
:
"Tools for dealing with database applications specified by entity-relationship diagrams"
,
"category"
:
[
"Database"
],
"dependencies"
:
{
"graphviz"
:
">= 1.0.0"
},
"compilerCompatibility"
:
{
"pakcs"
:
">= 1.14.0, < 2.0.0"
,
...
...
ertools/2.0.0/package.json
View file @
f6e4d77a
...
...
@@ -5,6 +5,7 @@
"synopsis"
:
"Tools for dealing with database applications specified by entity-relationship diagrams"
,
"category"
:
[
"Database"
],
"dependencies"
:
{
"graphviz"
:
">= 2.0.0"
},
"compilerCompatibility"
:
{
"pakcs"
:
">= 2.0.0"
,
...
...
graphviz/2.0.0/package.json
0 → 100644
View file @
f6e4d77a
{
"name"
:
"graphviz"
,
"version"
:
"2.0.0"
,
"author"
:
"Michael Hanus <mh@informatik.uni-kiel.de>"
,
"synopsis"
:
"Libraries to visualize graphs with Graphviz"
,
"category"
:
[
"Data"
,
"User Interface"
],
"dependencies"
:
{
},
"exportedModules"
:
[
"ShowDotGraph"
],
"compilerCompatibility"
:
{
"pakcs"
:
">= 2.0.0"
,
"kics2"
:
">= 2.0.0"
},
"license"
:
"BSD-3-Clause"
,
"licenseFile"
:
"LICENSE"
,
"source"
:
{
"git"
:
"https://git.ps.informatik.uni-kiel.de/curry-packages/graphviz.git"
,
"tag"
:
"$version"
}
}
Write
Preview
Markdown
is supported
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