File: control

package info (click to toggle)
castxml 0.1%2Bgit20180702-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,268 kB
  • sloc: cpp: 4,298; ansic: 267; sh: 85; makefile: 13
file content (25 lines) | stat: -rw-r--r-- 813 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: castxml
Maintainer: Steve M. Robbins <smr@debian.org>
Uploaders: Gert Wollny <gewo@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper (>= 10),
               cmake,
               help2man,
               libclang-dev,
               llvm-dev,
               libedit-dev,
               zlib1g-dev
Standards-Version: 4.1.5
Homepage: https://github.com/CastXML/CastXML
Vcs-Browser:https://salsa.debian.org/med-team/castxml.git
Vcs-Git: https://salsa.debian.org/med-team/castxml.git

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.