libverilog-perl 3.478-1build2 source package in Ubuntu

Changelog

libverilog-perl (3.478-1build2) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 16:48:17 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libverilog-perl_3.478.orig.tar.gz 598.2 KiB 221fccecb90a5a6509e5d46fcb85dabb4326ce330398cc55b09583999e0b979c
libverilog-perl_3.478-1build2.debian.tar.xz 8.6 KiB adc7578b57aec797a66269281ce7d5305686e98276e7cd5e9e6869d06dd711de
libverilog-perl_3.478-1build2.dsc 2.2 KiB 5be2ef4e97f4b3559b4ec82ca0255ab5426bbe1cdff0105a6d4ad771e43d9362

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