libverilog-perl 3.446-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Sat, 11 Nov 2017 22:08:48 +0100

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.446-1.dsc 2.3 KiB 87a4e519dacd4cecdcc448db173de106521d67a97fac6eb5f56e4280b647251e
libverilog-perl_3.446.orig.tar.gz 567.3 KiB f940263fc99f4282fd65c89f2d04f3581ae3966d4b91f94dc0399460a70f94b5
libverilog-perl_3.446-1.debian.tar.xz 7.9 KiB 5fe8c28e9c9aed1fd8573232105059cd1844cac27cf270f82afe982ed5a652ea

Available diffs

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