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
46b22b2d
Commit
46b22b2d
authored
Sep 26, 2017
by
Michael Hanus
Browse files
xml/2.0.0 added
parent
d73327a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
xml/2.0.0/package.json
0 → 100644
View file @
46b22b2d
{
"name"
:
"xml"
,
"version"
:
"2.0.0"
,
"author"
:
"Michael Hanus <mh@informatik.uni-kiel.de>"
,
"maintainer"
:
"Michael Hanus <mh@informatik.uni-kiel.de>"
,
"synopsis"
:
"Libraries for XML processing"
,
"category"
:
[
"Data"
,
"Web"
],
"dependencies"
:
{
},
"compilerCompatibility"
:
{
"pakcs"
:
">= 2.0.0"
,
"kics2"
:
">= 2.0.0"
},
"exportedModules"
:
[
"XML"
,
"XmlConv"
,
"XCuery"
],
"description"
:
"This package contains libraries for processing XML data, like reading and writing XML files, converting, or querying XML documents."
,
"license"
:
"BSD-3-Clause"
,
"licenseFile"
:
"LICENSE"
,
"source"
:
{
"git"
:
"https://git.ps.informatik.uni-kiel.de/curry-packages/xml.git"
,
"tag"
:
"$version"
},
"testsuite"
:
[
{
"src-dir"
:
"src"
,
"modules"
:
[
"XML"
,
"XCuery"
]
},
{
"src-dir"
:
"src"
,
"options"
:
"--nosource"
,
"modules"
:
[
"XmlConv"
]
},
{
"src-dir"
:
"examples"
,
"modules"
:
[
"XmlMatching"
]
}
]
}
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