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: 1086
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: 297924
MD5sum: 191492030fb4881257aae181b019aa95
SHA1: 735bbdb306fc5c30a1f0c6af309c4be9bb6a43b9
SHA256: 9bcb67701789db6d96bddfbed55fdc30c86ac00225e08bc3f939ad118e18a12b
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: 450
Depends: python3
Conflicts: python-pyhcl
Provides: python-pyhcl
Filename: ./amd64/python3-pyhcl_0.4.2-8.2_amd64.deb
Size: 83788
MD5sum: 99231a7ba505e9bd9639fd0a10eb0f19
SHA1: 5d1fda3d076fc19e33e579133f53910511355fce
SHA256: 8a12bae83cd9bfae67c79bf267a203e3b8bfe517ae794eadc8769e3f9003b81e
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: 138340
MD5sum: d2a59ae8349998fc9de93435198a47e8
SHA1: 6befb35942a3acb47822e1991263f63c1321fa63
SHA256: b77be2b9cf811c3a0e6812a7b68fc007692b686a6e59d84030b51be79f95cbae
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: 892280
MD5sum: 30714e650a2891eceae277f0cfb61c02
SHA1: 131de458beb43362f82399899fd5e2f9315c49b4
SHA256: 9441888ac32b306462f6ec38f99444e5778e05565543324bac1f0686966ec323
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.