pasdoc 0.16.0-2 source package in Ubuntu

Changelog

pasdoc (0.16.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
    Changes-By: lintian-brush
    Fixes: lintian: upstream-metadata-missing-bug-tracking
    See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
  * Update standards version to 4.5.1, no changes needed.
    Changes-By: lintian-brush
    Fixes: lintian: out-of-date-standards-version
    See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html

 -- Abou Al Montacir <email address hidden>  Mon, 01 Nov 2021 11:28:55 +0100

Upload details

Uploaded by:
Pascal Packaging Team
Uploaded to:
Sid
Original maintainer:
Pascal Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
pasdoc_0.16.0-2.dsc 1.4 KiB b7202e76d5dfba3c94da03a62614a4da0a7263b13acf8fd455e6b08781f5a438
pasdoc_0.16.0.orig.tar.xz 1.6 MiB eccdf513c928b2f10c3a591429ead0150bc05dfe384078629fc22e4f4861e73c
pasdoc_0.16.0-2.debian.tar.xz 5.8 KiB 4891825054beb824b1a1320c3f2d864056f827788a5204fa7c7bd7291e869c04

Available diffs

No changes file available.

Binary packages built by this source

pasdoc: documentation tool for Pascal source code

 Pasdoc generates documentation for Pascal units. It takes descriptions from
 comments within the source code. Documentation output formats include HTML and
 LaTeX. Object Pascal, FreePascal and Delphi specific features are supported.
 .
 Pasdoc has the follow features:
  * Understands code written in any Pascal and Object Pascal dialect
  * Understands modern Object Pascal language, as found in latest FreePascal
    and Delphi versions
  * Many output formats: HTML, HTMLHelp, LaTeX (PDF, PS), latex2rft, XML
  * Command-line (in batch mode) and GUI interface
  * Documentation from comments in the source code and/or provided in separate
    file
  * Arbitrary (even optional) comment markers
  * Special @-tags for formatting the documentation
  * Whole pages (like introduction to the docs) can be written using @-tags
  * Easy search box in HTML output using Tipue
  * Classes and unit dependency graphs
  * Optional automatic linking of identifiers
  * Spell checking
  * Cache for generating documentation fast