diff options
Diffstat (limited to 'development/erlang-otp/README')
-rw-r--r-- | development/erlang-otp/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/development/erlang-otp/README b/development/erlang-otp/README deleted file mode 100644 index ce46b26799..0000000000 --- a/development/erlang-otp/README +++ /dev/null @@ -1,12 +0,0 @@ -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. |