mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
e127105094
This snapshot has a significantly reworked build system (now GNU autoconf and automake) which makes this port much simpler. I've worked with the upstream authors to ensure this works on FreeBSD and have helped them to remove the dependence on gmake and the need for us to have local patches.
19 lines
735 B
Plaintext
19 lines
735 B
Plaintext
KRoC, the Kent Retargettable occam-pi Compiler, is a collection
|
|
of programs/libraries which facilitates the execution of occam-pi
|
|
programs on various platforms. The main components are:
|
|
|
|
* occ21, an occam-pi compiler derived from the Inmos occam 2 compiler
|
|
* tranx86, an ETC-to-native-code translator
|
|
* CCSP, an occam-pi runtime
|
|
* The Transterpreter Virtual Machine (TVM), a portable runtime for
|
|
occam-pi bytecode (unsupported by CIF)
|
|
* CIF, a C interface to CCSP
|
|
* standard libraries such as course, filelib, socklib, inmoslibs and
|
|
pony
|
|
* OccamDoc, a documentation extraction tool for occam
|
|
|
|
As well as these are various libraries, example programs, fun
|
|
animations, etc.
|
|
|
|
WWW: http://www.cs.kent.ac.uk/projects/ofa/kroc/
|