diff options
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 0000000000..ce46b26799 --- /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. |