{ "name": "regexp", "version": "1.1.0", "author": "Michael Hanus ", "synopsis": "Library to specify the semantics of regular expressions", "category": [ "Parsing" ], "description": "This package contains a library which specifies the semantics of regular expressions and regular expression matching in a high-level manner via non-deterministic operations. This library might be useful as an oracle to test more efficient regular expression matchers. Furthermore, there is also a library which is used by the Curry preprocessor to translate regular expression in POSIX syntax occurring as integrated code in Curry programs.", "dependencies": { }, "exportedModules": [ "RegExpSem", "RegExp" ], "compilerCompatibility": { "pakcs": ">= 2.0.0", "kics2": ">= 2.0.0" }, "license": "BSD-3-Clause", "licenseFile": "LICENSE", "testsuite": [ { "src-dir": "examples", "modules": [ "ABC" ] }, { "src-dir": "test", "modules": [ "TestRegExp" ] } ], "source": { "git": "https://git.ps.informatik.uni-kiel.de/curry-packages/regexp.git", "tag": "$version" } }