Difference between revisions of "Otp"

From Free Software Directory
Jump to: navigation, search
m (typo)
m (Reverted edits by Khosimsodep (talk) to last revision by Mmcmahon)
(Tag: Rollback)
 
(11 intermediate revisions by 4 users not shown)
Line 6: Line 6:
 
The Erlang distribution also includes '''OTP''' (Open Telecom Platform) which provides a rich set of libraries and applications providing middle-ware to develop these systems. It includes its own distributed database, applications to interface towards other languages, debugging and release handling tools. This package also contains code examples and the Erlang editing mode for [[Emacs]].
 
The Erlang distribution also includes '''OTP''' (Open Telecom Platform) which provides a rich set of libraries and applications providing middle-ware to develop these systems. It includes its own distributed database, applications to interface towards other languages, debugging and release handling tools. This package also contains code examples and the Erlang editing mode for [[Emacs]].
 
|Homepage URL=http://www.erlang.org/
 
|Homepage URL=http://www.erlang.org/
|User level=advanced
+
|Is High Priority Project=No
|VCS checkout command=git clone git://github.com/erlang/otp.git
+
|VCS checkout command=git clone https://github.com/erlang/otp
 
|Computer languages=C,Erlang
 
|Computer languages=C,Erlang
 
|Documentation note=Online documentation available at: http://erlang.org/doc/pdf/otp-system-documentation.pdf
 
|Documentation note=Online documentation available at: http://erlang.org/doc/pdf/otp-system-documentation.pdf
  
 
There is also a Wikibook on Erlang programming at: https://en.wikibooks.org/wiki/Erlang_Programming
 
There is also a Wikibook on Erlang programming at: https://en.wikibooks.org/wiki/Erlang_Programming
|Related projects=Candygram,Wings3D,yaws,Apache_CouchDB
+
|Decommissioned or Obsolete=No
 +
|IRC general=irc://irc.freenode.net/#erlang
 +
|Related projects=Elixir, Guile, Haskell
 
|Keywords=realtime,functional programming,distributed,concurrent
 
|Keywords=realtime,functional programming,distributed,concurrent
 
|Version identifier=18.3
 
|Version identifier=18.3
Line 18: Line 20:
 
|Version status=stable
 
|Version status=stable
 
|Version download=http://erlang.org/download/otp_src_18.3.tar.gz
 
|Version download=http://erlang.org/download/otp_src_18.3.tar.gz
|Last review by=Genium
+
|Last review by=Bendikker
|Last review date=2016/03/17
+
|Last review date=2018/04/16
|Submitted by=Database conversion
 
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Status=
+
|User level=advanced
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
|Is GNU=No
 
|Is GNU=No
 +
|Decommissioned/Obsolete=No
 
|License verified date=2004-04-21
 
|License verified date=2004-04-21
 
}}
 
}}
Line 31: Line 35:
 
|License verified date=2016/03/17
 
|License verified date=2016/03/17
 
|License note=https://github.com/erlang/otp/blob/maint/LICENSE.txt
 
|License note=https://github.com/erlang/otp/blob/maint/LICENSE.txt
 +
}}
 +
{{Resource
 +
|Resource audience=Python (Ref)
 +
|Resource URL=https://pypi.org/project/otp
 +
}}
 +
{{Resource
 +
|Resource audience=Ruby (Ref)
 +
|Resource URL=https://rubygems.org/gems/otp
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/otp
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/erlang
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 56: Line 76:
 
|Resource kind=Mailing List Subscribe
 
|Resource kind=Mailing List Subscribe
 
|Resource URL=http://erlang.org/mailman/listinfo/
 
|Resource URL=http://erlang.org/mailman/listinfo/
}}
 
{{Resource
 
|Resource audience=Debian
 
|Resource kind=Homepage
 
|Resource URL=https://packages.debian.org/jessie/erlang
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 83: Line 98:
 
}}
 
}}
 
{{Software category
 
{{Software category
|Interface=command-line, console, daemon, library, web, x-window-system
+
|Programming-language=erlang
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux, GNU/Hurd
 
|Software-development=programming-language
 
|Software-development=programming-language
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 13:11, 10 November 2022


[edit]

Erlang/OTP

http://www.erlang.org/
Soft realtime concurrent/distributed functional language and runtime

Erlang is a functional programming language designed in the Computer Science lab at Ericsson in Sweden in the late 1980s. It is used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecom, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance.

The Erlang distribution also includes OTP (Open Telecom Platform) which provides a rich set of libraries and applications providing middle-ware to develop these systems. It includes its own distributed database, applications to interface towards other languages, debugging and release handling tools. This package also contains code examples and the Erlang editing mode for Emacs.





Licensing

License

Verified by

Verified on

Notes

License

Apache2.0

Verified by

Genium

Verified on

17 March 2016




Leaders and contributors

Resources and communication

AudienceResource typeURI
SupportE-mailmailto:erlang-questions@erlang.org
DeveloperMailing List Subscribehttp://erlang.org/mailman/listinfo/
Debian (Ref) (R)https://tracker.debian.org/pkg/erlang
EmacsWikiHomepagehttps://www.emacswiki.org/emacs/ErlangMode
Python (Ref)https://pypi.org/project/otp
Bug TrackingE-mailmailto:erlang-bugs@erlang.org
DeveloperHomepagehttps://github.com/erlang/otp
Debian (Ref)https://tracker.debian.org/pkg/otp
FreeBSDHomepagehttp://portsmon.freebsd.org/portoverview.py?category=lang&portname=erlang
Ruby (Ref)https://rubygems.org/gems/otp
HelpE-mailmailto:erlang-announce@erlang.org
DeveloperDownloadhttp://www.erlang.org/downloads
GentooHomepagehttps://packages.gentoo.org/packages/dev-lang/erlang


Software prerequisites




Entry







"Python (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Ruby (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.














"FreeBSD" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Gentoo" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"EmacsWiki" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.







Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.