asis 2019-2 source package in Ubuntu

Changelog

asis (2019-2) unstable; urgency=medium

  * Reupload to unstable for gnat-9 transition.
  * Update Xavier's address.
  * Use dh-sequence-* syntax for dh-ada-library
  * Standards-Version: 4.5.0.
  * Remove redundant branch selection from Vcs-Git field

 -- Nicolas Boulenguez <email address hidden>  Tue, 25 Feb 2020 17:55:12 +0100

Upload details

Uploaded by:
Ludovic Brenta
Uploaded to:
Sid
Original maintainer:
Ludovic Brenta
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe devel

Downloads

File Size SHA-256 Checksum
asis_2019-2.dsc 2.3 KiB 69e9917ab5cfb7cc2d26f5ab9b5036b3a4bac72a5abed184e37bdd34a1b5f807
asis_2019.orig.tar.xz 2.0 MiB a020ab5cabd3efe537fecc04f1b8dfb2e8fb5a5e317c99bf4a99227db60cb341
asis_2019-2.debian.tar.xz 22.4 KiB 245ebd732f1783128f2a0734df9cff644552307835800b87c248083828b8e8de

Available diffs

No changes file available.

Binary packages built by this source

asis-doc: No summary available for asis-doc in ubuntu hirsute.

No description available for asis-doc in ubuntu hirsute.

asis-programs: Ada Semantic Interface Specification (ASIS) example programs

 ASIS (Ada Semantic Interface Specification) lets you develop applications
 to walk through the sources of your Ada programs and examine the semantic
 constructs.
 .
  * asistant is an interactive command-line tool to explore the ASIS parse tree
    of a program.
  * gnatcheck verifies the conformance of source text to coding conventions
  * gnatelim finds out unused subprograms and eliminates them.
  * gnatmetric calculates metrics such as code complexity.
  * gnatpp is a pretty-printer which reformats Ada source text according to
    a default or user-specified style guide.
  * gnatstub generates an empty but compilable body for a given specification.
  * gnattest creates AUnit test skeletons and harness for a project
    (gnattest requires the libaunit development package to be installed)

asis-programs-dbgsym: debug symbols for asis-programs
libasis2019: Ada Semantic Interface Specification (ASIS) runtime library

 ASIS (Ada Semantic Interface Specification) lets you develop applications
 to walk through the sources of your Ada programs and examine the semantic
 constructs.
 .
 This package contains the libraries necessary to execute ASIS programs.

libasis2019-dbgsym: No summary available for libasis2019-dbgsym in ubuntu hirsute.

No description available for libasis2019-dbgsym in ubuntu hirsute.

libasis2019-dev: Ada Semantic Interface Specification (ASIS) headers and libraries

 ASIS (Ada Semantic Interface Specification) lets you develop applications
 to walk through the sources of your Ada programs and examine the semantic
 constructs.
 .
 This package lets you build ASIS applications with GNAT.