How To Install Gnatmetric On Debian, Ubuntu And Raspbian?

How To Install Gnatmetric On Debian, Ubuntu And Raspbian?

gnatmetric

Ada Semantic Interface Specification (ASIS) example programs

Maintainer: Ludovic Brenta



Section: devel

Install gnatmetric

  • Debian apt-get install asis-programs Click to copy
  • Ubuntu apt-get install asis-programs Click to copy
  • Raspbian apt-get install asis-programs Click to copy

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)

Installation of latest gnatmetric command is available for Debian, Ubuntu and Raspbian. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2024 latest package from the repository and install it in your computer/server.