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
  
     | 
    
      Source: libxmlbird
Priority: optional
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>
Build-Depends: debhelper (>= 11), 
               valac | valac (>= 0.17.3),
               python3-doit (>= 0.30.3),
               libglib2.0-dev,
               python3-pkg-resources
Standards-Version: 4.2.1
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
Package: libxmlbird-dev
Section: libdevel
Architecture: any
Depends: libxmlbird1 (= ${binary:Version}), ${misc:Depends}
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: libxmlbird1
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.
 
     |