pforth 1:2.0.0-1 source package in Ubuntu

Changelog

pforth (1:2.0.0-1) unstable; urgency=low

  * add version epoch due to upstream change in version number format
  * new upstream version, closes: #791945
  * enable build on arm64, closes: #791946
  * switch to 3.0 (quilt) source format, closes: #1007613
  * upgrade to modern debhelper, control file contents

 -- Bdale Garbee <email address hidden>  Mon, 02 Jan 2023 14:13:49 -0700

Upload details

Uploaded by:
Bdale Garbee
Uploaded to:
Sid
Original maintainer:
Bdale Garbee
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pforth_2.0.0-1.dsc 1.8 KiB b8df2b383d3bb74513ce86eddb8a296b1d1854afe91d201a8df2229ecf7d227c
pforth_2.0.0.orig.tar.gz 135.9 KiB e300a80371a21e3da2148df5a3fdf67ec365fbe7499a29464a7e340beecbec7d
pforth_2.0.0-1.debian.tar.xz 4.0 KiB 7fe10d47b92e5a9263009932ae9f4149bbcbd6bb58f561d8bfa8edcf512f8830

No changes file available.

Binary packages built by this source

pforth: Portable ANS-like Forth written in ANSI 'C'

 PForth is a public domain, portable Forth interpreter.
 .
 PForth is written in 'C' and can be easily ported to new 32 and 64-bit
 platforms. It only needs character input and output functions to operate
 and, therefore, does not require an operating system. This makes it handy
 for bringing up and testing embedded systems.
 .
 PForth also works on desktops including Windows, Mac and Linux and supports
 command line history. This lets you develop hardware tests on a desktop
 before trying them on your embedded system. But pForth is not a rich and
 friendly desktop programming environment. There are no GUI tools for
 developing desktop applications. PForth is lean and mean and optimized for
 portability.
 .
 PForth has a tool for compiling code on a desktop, then exporting the
 dictionary in big or little endian format as 'C' source code. This lets you
 compile tests for an embedded system that does not have file I/O.
 .
 PForth is based on ANSI-Forth but is not 100% compatible.
 .
 Dcoumentation for PForth is available at http://www.softsynth.com/pforth/

pforth-dbgsym: debug symbols for pforth