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 56 57 58 59 60 61 62
|
Source: xalan
Priority: optional
Section: text
Maintainer: William Blough <bblough@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-exec (>= 0.3),
dpkg-dev (>= 1.16),
libxerces-c-dev,
cmake
Build-Depends-Indep: doxygen
Standards-Version: 4.5.1
Homepage: https://xalan.apache.org/xalan-c/
Vcs-Browser: https://salsa.debian.org/bblough/xalan
Vcs-Git: https://salsa.debian.org/bblough/xalan.git
Package: libxalan-c112
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: XSLT processor library for C++
This package provides the runtime library for Xalan, the XSLT processor
from the Apache Software Foundation. This library provides support for
applications to transform XML documents to other formats using XSLT
templates.
Package: libxalan-c-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libc6-dev,
libxalan-c112 (= ${binary:Version}),
libxerces-c-dev,
${misc:Depends}
Replaces: libxalan110-dev
Conflicts: libxalan110-dev
Description: XSLT processor library for C++ [development]
This package provides development headers needed to develop applications
that use the Xalan XSLT processing library from the Apache Software
Foundation.
Package: libxalan-c-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libxalan-c-dev
Description: XSLT processor library for C++ [development docs]
This package contains the API documentation and programming reference
.
Users of applications that rely on Xalan will not need to install this,
however developers of applications that rely on Xalan may find this
package helpful.
Package: xalan
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: XSLT processor utility
This package provides a command line utility to transform XML documents
to other formats using XSLT templates. It uses the Xalan XSLT processing
library from the Apache Software Foundation.
|