libverilog-perl 3.460-1build1 source package in Ubuntu

Changelog

libverilog-perl (3.460-1build1) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sat, 19 Oct 2019 08:05:00 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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.460.orig.tar.gz 577.8 KiB 41791b47d8d4ce4faaa4807740788501aa65266f9e74aa9b68ac4abecd25611c
libverilog-perl_3.460-1build1.debian.tar.xz 8.0 KiB 39ac713fe6e8f1eb6e7c9c7045c847b14de6235ee0f2d47ad6d3f2e4a62cb289
libverilog-perl_3.460-1build1.dsc 2.2 KiB 75bade124dfd6fb72e0f92f0367440bdd1f92e75ee8b16795be434829128ddbe

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