System libraries WUI and WUIjs packaged
parents
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
examples/Persons.curry
0 → 100644
examples/sudoku.curry
0 → 100644
package.json
0 → 100644
{ | ||
"name": "wui", | ||
"version": "1.0.0", | ||
"author": "Michael Hanus <mh@informatik.uni-kiel.de>", | ||
"synopsis": "Libraries to support the type-oriented construction of web user interfaces", | ||
"category": [ "User Interface", "Web" ], | ||
"dependencies": { | ||
"javascript": ">= 1.0.0" | ||
}, | ||
"exportedModules": [ "WUI", "WUIjs" ], | ||
"compilerCompatibility": { | ||
"pakcs": ">= 1.14.0, < 2.0.0", | ||
"kics2": ">= 0.5.0, < 2.0.0" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"licenseFile": "LICENSE", | ||
"testsuite": [ | ||
{ "src-dir": "src", | ||
"options": "-v --nosource", | ||
"modules": [ "WUI", "WUIjs" ] | ||
}, | ||
{ "src-dir": "examples", | ||
"options": "-v", | ||
"modules": [ "Persons", "sudoku" ] | ||
} | ||
], | ||
"source": { | ||
"git": "https://git.ps.informatik.uni-kiel.de/curry-packages/wui.git", | ||
"tag": "$version" | ||
} | ||
} |
src/WUI.curry
0 → 100644
This diff is collapsed.
src/WUIjs.curry
0 → 100644
This diff is collapsed.
Please register or sign in to comment