Package: debbuild
Version: 22.02.1-3.1
Architecture: all
Maintainer: debbuild developers <https://github.com/debbuild/debbuild>
Installed-Size: 207
Depends: liblocale-gettext-perl,lsb-release,xz-utils,bash,bzip2,dpkg,dpkg-dev,fakeroot,gzip,patch,pax,perl
Recommends: dpkg-sig,git-core,quilt,unzip,zip,zstd,debbuild-lua-support
Suggests: rpm
Filename: ./all/debbuild_22.02.1-3.1_all.deb
Size: 54040
MD5sum: 2b70fff92e182ba1a846d14a4a2bfffb
SHA1: 3d0c33f2aebf87117b35f44925be60d3a8fc8c60
SHA256: 42e5114d3cd565d5ae63e653d2a3191d104adfbac212014e04bd1a9df39e084c
Section: devel
Priority: optional
Homepage: https://github.com/debbuild/debbuild
Description: Build Debian-compatible .deb packages from RPM .spec files
 debbuild attempts to build Debian-friendly semi-native packages from
 RPM spec files, RPM-friendly tarballs, and RPM source packages
 (.src.rpm files).  It accepts most of the options rpmbuild does, and
 should be able to interpret most spec files usefully.

Package: debbuild-lua-support
Version: 22.02.1-3.1
Architecture: all
Maintainer: debbuild developers <https://github.com/debbuild/debbuild>
Installed-Size: 31
Depends: debbuild (= 22.02.1-3.1),liblua-api-perl
Filename: ./all/debbuild-lua-support_22.02.1-3.1_all.deb
Size: 8084
MD5sum: e0106189864bf8ff8ae97c7b1315b2f4
SHA1: 0f4162a289e8aed5cb3bdbb6c9aea148d89ad6b6
SHA256: bb2f1fbccb07259af5c53773fb06aa088d65fb35ce459f1b294e91efcac50f36
Section: devel
Priority: optional
Homepage: https://github.com/debbuild/debbuild
Description: Lua macro support for debbuild
 This package adds the dependencies to support RPM macros
 written the Lua programming language.

Package: debbuild-macros
Version: 0.0.7-2.1
Architecture: all
Maintainer: debbuild developers <https://github.com/debbuild/debbuild>
Installed-Size: 126
Depends: debbuild (>= 22.02.1)
Provides: debbuild-macros-debpkg,debbuild-macros-cmake,cmake-deb-macros,debbuild-macros-mga-mkrel,debbuild-macros-mga-mklibname,mga-deb-macros,debbuild-macros-python,debbuild-macros-python2,debbuild-macros-python3,python-deb-macros,python2-deb-macros,python3-deb-macros,debbuild-macros-perl,perl-deb-macros,debbuild-macros-ruby,ruby-deb-macros,debbuild-macros-golang,go-deb-macros,golang-deb-macros,debbuild-macros-apache2,apache2-deb-macros,debbuild-macros-gpgverify,debbuild-macros-vpath,debbuild-macros-ninja,ninja-deb-macros,debbuild-macros-meson,meson-deb-macros,debbuild-macros-apparmor,apparmor-deb-macros,debbuild-macros-firewalld,firewalld-deb-macros,debbuild-macros-systemd,systemd-deb-macros
Filename: ./all/debbuild-macros_0.0.7-2.1_all.deb
Size: 25496
MD5sum: 94f8da9903164fdfab561c9e4fd17afb
SHA1: b138871d7427ac7bc6ec82aebb04c6e5af07936d
SHA256: b90d779dbb8ab2070b5ae553fd8bec5a3f19f7ecf87119a284db18ead04a1bfb
Section: devel
Priority: optional
Homepage: https://github.com/debbuild/debbuild-macros
Description: Various macros for extending debbuild functionality
 This package contains a set of RPM macros for debbuild,
 designed in such a manner that it is trivial to port RPM
 packaging to build Debian packages that are mostly in-line
 with Debian Policy.

Package: liblua-api-perl
Version: 0.04-2.4
Architecture: amd64
Maintainer: debbuild developers <https://github.com/debbuild/debbuild>
Installed-Size: 865
Depends: perl-base (>= 5.8.0),liblua5.1-0,libc6
Filename: ./amd64/liblua-api-perl_0.04-2.4_amd64.deb
Size: 184124
MD5sum: 2ae5cf2cebe917f4da1bb0178325615b
SHA1: 68a54885163cc86c7c822cd848bf86fe048ce8ca
SHA256: aa6bbacda4bca0a13f42ca3ebca57c9e5da16cc1d6d947df172907a576d98807
Section: perl
Priority: optional
Homepage: http://search.cpan.org/dist/Lua-API/
Description: Interface to Lua's embedding API
 Lua is a simple, expressive, extension programming language that is easily
 embeddable. Lua::API provides Perl bindings to Lua's C-based embedding
 API. It allows Perl routines to be called from Lua as if they were written
 in C, and allows Perl routines to directly manipulate the Lua interpreter
 and its environment. It presents a very low-level interface (essentially
 equivalent to the C interface), so is aimed at developers who need that
 sort of access.