1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: fcode-utils
Maintainer: Aurelien Jarno <aurel32@debian.org>
Section: misc
Priority: optional
Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/openbios/fcode-utils
Vcs-Git: https://salsa.debian.org/aurel32/fcode-utils.git
Vcs-Browser: https://salsa.debian.org/aurel32/fcode-utils
Package: fcode-utils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: OpenBIOS FCode utilities
FCode is a Forth programming language dialect compliant with ANS Forth.
It can exist in two forms; source code and a compiled version, known as
bytecode. It is of interest mainly for its use in OpenFirmware.
.
This package provides a set of FCode utilities:
- the tokenizer toke
- the detokenizer detok
- a PCI rom header utility
- a portable implementation of Forth local values
|