pforth 1:2.0.1-1 source package in Ubuntu

Changelog

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

  * new upsgream version, fixes test suite on 32 bit architectures

 -- Bdale Garbee <email address hidden>  Mon, 09 Jan 2023 16:55:24 -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
Oracular release universe interpreters
Noble release universe interpreters
Mantic release universe interpreters
Lunar release universe interpreters

Downloads

File Size SHA-256 Checksum
pforth_2.0.1-1.dsc 1.8 KiB fec81e0a23752dd02b7137f272bf7aef2ddbc20f7ce2b385de9c01e75dc2abc2
pforth_2.0.1.orig.tar.gz 136.2 KiB f4c417d7d1f2c187716263484bdc534d3224b6d159e049d00828a89fa5d6894d
pforth_2.0.1-1.debian.tar.xz 4.0 KiB d1de3667b69cb53b5d9f8753ca70e4ce8db1ab2b1f6aeb8d0bdd470ced22cacf

Available diffs

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