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
|
Source: libxmlbird
Priority: optional
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
valac,
python3-doit (>= 0.30.3),
libglib2.0-dev,
Standards-Version: 4.7.0
Section: libs
Homepage: https://birdfont.org/xmlbird.php
Vcs-Git: https://salsa.debian.org/fonts-team/libxmlbird.git
Vcs-Browser: https://salsa.debian.org/fonts-team/libxmlbird
Rules-Requires-Root: no
Package: libxmlbird-dev
Section: libdevel
Architecture: any
Depends: libxmlbird1t64 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: XML parser written in Vala (development files)
XML Bird is a library for parsing documents written in the Exensible Markup
Language (XML). This parser is written in Vala and has support for Vala
iterators. This makes it possible to loop over all tags and attributes in
the document using the foreach statement.
.
This package contains development files.
Package: libxmlbird1t64
Provides: ${t64:Provides}
Replaces: libxmlbird1
Breaks: libxmlbird1 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: XML parser written in Vala
XML Bird is a library for parsing documents written in the Exensible Markup
Language (XML). This parser is written in Vala and has support for Vala
iterators. This makes it possible to loop over all tags and attributes in
the document using the foreach statement.
|