libverilog-perl 3.480-2 source package in Ubuntu

Changelog

libverilog-perl (3.480-2) unstable; urgency=medium

  * Add patch to change logic of t/03_spaces.t.
    Skip as author test before trying to read files.
    Thanks to Adrian Bunk for noticing the build failures.

 -- gregor herrmann <email address hidden>  Sun, 04 Sep 2022 18:57:05 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl

Downloads

File Size SHA-256 Checksum
libverilog-perl_3.480-2.dsc 2.5 KiB 37fd751d8512382b297827928b27ab3d5f1a2b9f3c60c9939e56ffb36efeb743
libverilog-perl_3.480.orig.tar.gz 602.4 KiB 35d032750029a76751f2312eb31d62649c6d835afffb53adf7a6ccbe8840790b
libverilog-perl_3.480-2.debian.tar.xz 9.4 KiB 4e9b3ff17a81e9775e4fbeb5d7fc6be83f34f9c5ede503c1e64e2e362b0162b5

No changes file available.

Binary packages built by this source

libverilog-perl: framework providing Verilog support

 Verilog is a Perl framework providing Verilog support in the Perl language.
 It includes:
 .
  * Verilog::Getopt, which parses command line options similar to C++ and VCS
  * Verilog::Language, which knows the language keywords and parses numbers.
  * Verilog::Netlist, which builds netlists out of Verilog files. This allows
    easy scripts to determine things such as the hierarchy of modules.
  * Verilog::Parser, which invokes callbacks for language tokens
  * Verilog::Preproc, preprocesses the language, and allows reading
    post-processed files right from Perl without temporary files.
 .
 It also includes a variety of useful utilities:
 .
  * vpassert inserts PLIish warnings and assertions for any simulator
  * vppreproc preprocesses the complete Verilog 2001 and SystemVerilog
    language
  * vrename renames and cross-references Verilog symbols. It creates Verilog
    cross references and makes it easy to rename signal and module names over
    multiple files.

libverilog-perl-dbgsym: debug symbols for libverilog-perl