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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: astyle
Section: devel
Priority: optional
Build-Depends: debhelper (>= 10), default-jdk, dh-exec (>=0.3)
Maintainer: Matteo Cypriani <mcy@lm7.fr>
Uploaders: Margarita Manterola <marga@debian.org>
Standards-Version: 3.9.8
Homepage: http://astyle.sourceforge.net/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/astyle.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/astyle.git
Package: astyle
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: xdg-utils
Description: Source code indenter for C, C++, Objective-C, C#, and Java
Artistic Style is a source code indenter, formatter, and beautifier for
the C, C++, C++/CLI, Objective-C, C# and Java programming languages.
.
This package contains the command line tool.
Package: libastyle0debian2.06
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Shared library for Artistic Style
Artistic Style is a source code indenter, formatter, and beautifier for
the C, C++, C++/CLI, Objective-C, C# and Java programming languages.
.
This package contains the shared library.
Package: libastyle-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
libastyle0debian2.06 (=${binary:Version})
Description: Library header files for Artistic Style
Artistic Style is a source code indenter, formatter, and beautifier for
the C, C++, C++/CLI, Objective-C, C# and Java programming languages.
.
This package contains the development headers.
Package: libastylej-jni
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Java JNI library for Artistic Style
Artistic Style is a source code indenter, formatter, and beautifier for
the C, C++, C++/CLI, Objective-C, C# and Java programming languages.
.
This package contains the Java native interface library.
|