libverilog-perl 3.478-1 source package in Ubuntu

Changelog

libverilog-perl (3.478-1) unstable; urgency=medium

  * Import upstream version 3.478.
  * Update copyright years
  * Declare compliance with Debian Policy 4.6.0

 -- Florian Schlichting <email address hidden>  Sun, 22 Aug 2021 18:30:58 +0800

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

Downloads

File Size SHA-256 Checksum
libverilog-perl_3.478-1.dsc 2.2 KiB a68878bcb832e1b08fb0ed43d18e22b65b739ccff6838b94c5ebce2f05178f70
libverilog-perl_3.478.orig.tar.gz 598.2 KiB 221fccecb90a5a6509e5d46fcb85dabb4326ce330398cc55b09583999e0b979c
libverilog-perl_3.478-1.debian.tar.xz 8.5 KiB f08d1f5615cdcf6a5ee76747f8df18df15c6ad92fbd84c3794cad66074ce2abf

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