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
curry-packages
xml
Commits
39513308
Commit
39513308
authored
Jan 01, 2019
by
Michael Hanus
Browse files
Imports updated
parent
66e4ba73
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/XmlMatching.curry
View file @
39513308
-- Some examples for matching in XML documents based on the `XCuery` library
-- Some examples for matching in XML documents based on the `XCuery` library.
--
-- Note that this module requires the installation
-- of the package `setfunctions`!
import Control.SetFunctions
import SetFunctions
import XML
import XCuery
...
...
package.json
View file @
39513308
...
...
@@ -6,6 +6,7 @@
"synopsis"
:
"Libraries for XML processing"
,
"category"
:
[
"Data"
,
"Web"
],
"dependencies"
:
{
"base"
:
">= 1.0.0, < 2.0.0"
},
"compilerCompatibility"
:
{
"pakcs"
:
">= 2.0.0"
,
...
...
@@ -27,8 +28,6 @@
{
"src-dir"
:
"src"
,
"options"
:
"--nosource"
,
"modules"
:
[
"XmlConv"
]
},
{
"src-dir"
:
"examples"
,
"modules"
:
[
"XmlMatching"
]
}
]
}
]
}
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