diff options
author | Vladimir Zdorovenco <vzdorovenco@yahoo.com> | 2010-05-11 20:00:24 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:24 +0200 |
commit | 298b9e3f352e8fe4fb7c7041275b08c183c9539c (patch) | |
tree | 036c358d21b61525701204c0dfb397ac5f70838a /development/erlang-otp/README | |
parent | 1577dce6c00b6797d4cee3b77f5540b1d8528388 (diff) |
development/erlang-otp: Added to 12.0 repository
Diffstat (limited to 'development/erlang-otp/README')
-rw-r--r-- | development/erlang-otp/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/erlang-otp/README b/development/erlang-otp/README new file mode 100644 index 000000000000..ce46b26799be --- /dev/null +++ b/development/erlang-otp/README @@ -0,0 +1,12 @@ +Erlang (programming language) + +Erlang is a general-purpose concurrent programming language and runtime +system. The sequential subset of Erlang is a functional language, with +strict evaluation, single assignment, and dynamic typing. It was designed +by Ericsson to support distributed, fault-tolerant, soft-real-time, +non-stop applications. + +The post-install script will add some files to the /usr/lib/erlang +directory, at it does not seem to be possible to create these files +when the package is created. Therefore, if you uninstall this package, +be sure to remove the /usr/lib/erlang/ directory afterward. |