File: control

package info (click to toggle)
cpptasks 1.0~b5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 14,452 kB
  • sloc: java: 19,604; xml: 8,893; makefile: 13; ansic: 5
file content (22 lines) | stat: -rw-r--r-- 879 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
Source: cpptasks
Section: java
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Baines <cbaines8@gmail.com>
Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk
Build-Depends-Indep: libxerces2-java
Standards-Version: 3.9.0
Homepage: http://ant-contrib.sourceforge.net/cpptasks/index.html
DM-Upload-Allowed: yes
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/cpptasks.git
Vcs-Git: git://anonscm.debian.org/pkg-java/cpptasks.git

Package: ant-contrib-cpptasks
Architecture: all
Depends: ${misc:Depends}
Enhances: ant
Description: C/C++ compilation tasks for Ant.
 The cc task can compile various source languages and produce executables, 
 shared libraries (aka DLL's) and static libraries. 
 Compiler adaptors are currently  available for C/C++,
 FORTRAN, MIDL and Windows Resource compilers.