Package: deb-perl-macros
Version: 0.1-1.1
Architecture: all
Maintainer: Victor Zhestkov <vzhestkov@suse.com>
Installed-Size: 42
Depends: perl
Filename: ./all/deb-perl-macros_0.1-1.1_all.deb
Size: 2664
MD5sum: 5a5b9e1c82e0dda41e42a2113ce02ac7
SHA1: 0f958f2a1b92e834e01ed695b5a8750389a6d1fd
SHA256: 4b0805200103889a6a0fc7cb33923538a7e6159c256be2c8c7f59ae93e50266a
Priority: optional
Homepage: https://build.opensuse.org/package/show/systemsmanagement:saltstack:bundle:debbuild/deb-perl-macros
Description: Perl RPM macros for debbuild
 Perl RPM macros for debbuild

Package: po4a
Version: 0.66-89.1
Architecture: amd64
Installed-Size: 1085
Depends: gettext,libpod-parser-perl,libsgmls-perl,libyaml-tiny-perl,opensp
Recommends: liblocale-gettext-perl,libterm-readkey-perl,libtext-wrapi18n-perl,libunicode-linebreak-perl
Filename: ./amd64/po4a_0.66-89.1_amd64.deb
Size: 297092
MD5sum: cb8ece9d5e4c73233aefb0b554b198ae
SHA1: 091b1cb1c73d0b5715e94fea06c0837ee252802d
SHA256: 185eea8f7f69b86a5c9796ba1492837f25ef6f6704f63de3670493cda9b5cbaa
Section: text
Priority: optional
Homepage: https://po4a.org/
Description: Framework to translate documentation and other materials
 Po4a extracts the translatable material from its input in a PO file.
 When the PO file is translated, it re-injects the translation in the structure of the document, and generates the translated document.
 If a string is not translated (i.e. it was not translated or it is "fuzzy"
 because the original document was updated), the original string is used.
 This permits to provide always up-to-date documentation.
 .
 po4a supports currently the following formats:
   * manpages
   * POD
   * XML (generic, DocBook, XHTML, Dia, Guide, or WML)
   * SGML
   * TeX (generic, LaTeX, or Texinfo)
   * text (simple text files with some formatting, markdown, or AsciiDoc)
   * INI
   * YAML
   * KernelHelp

Package: python3-pyhcl
Version: 0.4.2-8.2
Architecture: amd64
Installed-Size: 454
Depends: python3
Conflicts: python-pyhcl
Provides: python-pyhcl
Filename: ./amd64/python3-pyhcl_0.4.2-8.2_amd64.deb
Size: 83824
MD5sum: c5c53a92b7013215c9c9d3ebad13aa2d
SHA1: 14a04ab959b515ee0d18fc44e6a64c02e2ac70d2
SHA256: 8b0f167d9b597f5bfae8b51502170310992440454324135d247ee4cf90ed7711
Section: Development/Languages/Python
Priority: optional
Homepage: https://github.com/virtuald/pyhcl
Description: Python parser for for HashiCorp Configuration Manager (hcl) (python3)
 Python parser for for HashiCorp Configuration Manager (hcl) (python3)

Package: tito
Version: 0.6.11-6.3
Architecture: amd64
Maintainer: Uyuni packagers <devel@lists.uyuni-project.org>
Installed-Size: 782
Depends: python3-blessings,python3-bugzilla,python3-rpm,python3-setuptools,git,rpm,rpmlint
Filename: ./amd64/tito_0.6.11-6.3_amd64.deb
Size: 138036
MD5sum: 88c60ff93a5061635cfc91a7eb42afe9
SHA1: 2ee86a67c9395745592f2894f256190db8bcdae2
SHA256: 853df94c8397a74fb6a060db174a7429fd22a5ecaf1331c6819b6a42a834f12c
Section: admin
Priority: optional
Homepage: http://rm-rf.ca/tito
Description: A tool for managing rpm based git projects
 Tito is a tool for managing tarballs, rpms, and builds for projects using
 git.

Package: yarn
Version: 1.22.10-2.1
Architecture: all
Installed-Size: 5236
Depends: nodejs (>= 4.0)
Filename: ./all/yarn_1.22.10-2.1_all.deb
Size: 892044
MD5sum: 5bfdb0070beb493328b468c1e79a7b1f
SHA1: a3ebc3e12895a51699af3aefe81831b7edd94c3e
SHA256: d694808472c814636c8433adfbd03a6c71c1b19e27875178b83533d632f5f344
Section: Development/Languages/NodeJS
Priority: optional
Homepage: https://github.com/yarnpkg/yarn/releases
Description: 📦🐈 Fast, reliable, and secure dependency management
 Fast: Yarn caches every package it has downloaded, so it never needs to
 download the same package again. It also does almost everything concurrently to
 maximize resource utilization. This means even faster installs.
 .
 Reliable: Using a detailed but concise lockfile format and a deterministic
 algorithm for install operations, Yarn is able to guarantee that any
 installation that works on one system will work exactly the same on another
 system.
 .
 Secure: Yarn uses checksums to verify the integrity of every installed package
 before its code is executed.