libverilog-perl 3.482-1build2 source package in Ubuntu

Changelog

libverilog-perl (3.482-1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:51:21 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl

Downloads

File Size SHA-256 Checksum
libverilog-perl_3.482.orig.tar.gz 632.6 KiB bf4da40065deebb0544a1348614bb883f74ee9eacf3e0c46e89ce010c1a48d3e
libverilog-perl_3.482-1build2.debian.tar.xz 9.1 KiB 19920a809f434fcacab5a70eaf1fe9d5d22c018267e42b90425c90e6e9430939
libverilog-perl_3.482-1build2.dsc 2.4 KiB 368344adc370f29131d07d4adb50ef2cd54fc7a905023645a5f20a0c83e55368

Available diffs

View changes file

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