Source: castxml
Maintainer: Steve M. Robbins <smr@debian.org>
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/castxml.git
Vcs-Git: git://anonscm.debian.org/debian-med/castxml.git
Homepage: https://github.com/CastXML/CastXML
Section: devel
Priority: optional
Build-Depends: debhelper (>= 9), cmake, help2man, libclang-3.6-dev, llvm-3.6-dev, libedit-dev, zlib1g-dev
Standards-Version: 3.9.6

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.
