libverilog-perl 3.444-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Update copyright years
  * Update standards version to 4.1.1

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <email address hidden>  Sun, 15 Oct 2017 18:59:10 +0200

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.444-1.dsc 2.3 KiB 6a0a2502698d8443636bd4c6ae5eb6076b34f1ccc45abf9e4819b485ce945aaf
libverilog-perl_3.444.orig.tar.gz 564.8 KiB 2a025e6112949e2c3d585df0082b71510171e7af67581377011c89919f36f328
libverilog-perl_3.444-1.debian.tar.xz 7.9 KiB 673bd64d637d5f7e02d8e6f4b70224cbd891897e5bae974c6217d347a09ddfc5

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