{
    "name": "flatcurry-xml",
    "version": "1.0.0",
    "author": "Michael Hanus <mh@informatik.uni-kiel.de>",
    "synopsis": "Library with operations to convert FlatCurry programs into XML",
    "category": [ "Metaprogramming" ],
    "license": "BSD-3-Clause",
    "licenseFile": "LICENSE",
    "dependencies": {
        "base"          : ">= 3.0.0, < 4.0.0",
        "flatcurry"     : ">= 5.0.0, < 6.0.0",
        "xml"           : ">= 3.0.0, < 4.0.0"
    },
    "exportedModules": [ "FlatCurry.XML" ],
    "source": {
        "git": "https://github.com/curry-packages/flatcurry-xml.git",
        "tag": "$version"
    },
    "testsuite": {
        "src-dir": "test",
        "modules": [ "TestFlatCurryXML" ]
    }
}
