diff options
author | is <is@pkgsrc.org> | 2005-10-17 16:16:48 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2005-10-17 16:16:48 +0000 |
commit | ba47e7baaa0ef72e9aec0bdfd39a291d640bf58e (patch) | |
tree | 74d47dab5c1bdb757068c7f6bb265b3c833c06f7 /lang/mpd/DESCR | |
parent | a51c61f187d98e0c73d8fd3122de7a185832705d (diff) | |
download | pkgsrc-ba47e7baaa0ef72e9aec0bdfd39a291d640bf58e.tar.gz |
Initial import of MPD-1.0.1. Might still have some problems on LP64.
Diffstat (limited to 'lang/mpd/DESCR')
-rw-r--r-- | lang/mpd/DESCR | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/mpd/DESCR b/lang/mpd/DESCR new file mode 100644 index 00000000000..2efc17bd96f --- /dev/null +++ b/lang/mpd/DESCR @@ -0,0 +1,19 @@ +This the MPD language for Multithreaded, Parallel, and Distributed +Programming. Installation instructions are in the file doc/install.html. + +Language documentation can be found at the MPD home on the web, + http://www.cs.arizona.edu/mpd + +MPD was inspired by the book: + Foundations of Multithreaded, Parallel, and Distributed Programming + Gregory R. Andrews + Addison-Wesley, 2000 (ISBN 0-201-35752-6) + +The MPD implementation is based on version 2.3.2 of the SR programming +language. The syntax has changed, but the internals are essentially +the same except for a massive renaming. Accordingly MPD is limited by +the features of SR and does not correspond exactly to the MPD book. + +Much of the SR implementation documentation is still valid. It can be +found at: + http://www.cs.arizona.edu/sr/doc.html |