summaryrefslogtreecommitdiff
path: root/lang/erlang/DESCR
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-04-29 23:47:45 +0000
committerjtb <jtb@pkgsrc.org>2003-04-29 23:47:45 +0000
commit820df7e27d1157eeba21319d28eb9f7e800e508e (patch)
tree689e6f7e43ac358d9ca8b5978e7052cf737d84fc /lang/erlang/DESCR
parentcbe91b57e101e51d4297df1362294af4767e0582 (diff)
downloadpkgsrc-820df7e27d1157eeba21319d28eb9f7e800e508e.tar.gz
Initial import of erlang-9.1.
Erlang is a programming language which has many features more commonly associated with an operating system than with a programming language: concurrent processes, scheduling, memory management, distribution, networking, etc. The initial open-source Erlang release contains the implementation of Erlang, as well as a large part of Ericsson's middleware for building distributed high-availability systems.
Diffstat (limited to 'lang/erlang/DESCR')
-rw-r--r--lang/erlang/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/erlang/DESCR b/lang/erlang/DESCR
new file mode 100644
index 00000000000..c187995d429
--- /dev/null
+++ b/lang/erlang/DESCR
@@ -0,0 +1,8 @@
+Erlang is a programming language which has many features more commonly
+associated with an operating system than with a programming language:
+concurrent processes, scheduling, memory management, distribution,
+networking, etc.
+
+The initial open-source Erlang release contains the implementation of
+Erlang, as well as a large part of Ericsson's middleware for building
+distributed high-availability systems.