Source: castxml Maintainer: Debian Med Packaging Team Uploaders: Gert Wollny , Étienne Mollier Section: devel Priority: optional Build-Depends: debhelper-compat (= 13), cmake, help2man , libclang-18-dev, llvm-18-dev, libmlir-18-dev, mlir-18-tools, clang-tools-18, clang-format-18, clang-tidy-18, clangd-18, libedit-dev, zlib1g-dev Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/castxml Vcs-Git: https://salsa.debian.org/med-team/castxml.git Homepage: https://github.com/CastXML/CastXML Rules-Requires-Root: no Package: castxml Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: C-family abstract syntax tree XML output tool Parse C-family source files and optionally write a subset of the Abstract Syntax Tree (AST) to a representation in XML. This is the successor to gccxml.