General-purpose programming language and runtime environment
http://www.erlang.org
Erlang is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. Erlang is used in several large telecommunication systems from Ericsson.
- Developed at devel:languages:erlang:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/erlang && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
epmd.init | 0000009730 9.5 KB | |
erlang-ppc.patch | 0000000403 403 Bytes | |
erlang-rpmlintrc | 0000000054 54 Bytes | |
erlang.changes | 0000013808 13.5 KB | |
erlang.spec | 0000013762 13.4 KB | |
erlang.sysconfig | 0000000353 353 Bytes | |
otp-R15B02-rpath.patch | 0000001626 1.59 KB | |
otp-R15B03-fix_ssl_accept_timeout.patch | 0000000723 723 Bytes | |
otp_doc_html_R15B03.tar.gz | 0030434193 29 MB | |
otp_doc_man_R15B03.tar.gz | 0001304986 1.24 MB | |
otp_src_R15B03.tar.gz | 0076127884 72.6 MB |
Revision 12 (latest revision is 135)
Stephan Kulow (coolo)
accepted
request 147366
from
Sascha Peilicke (saschpe)
(revision 12)
otp_src_R15B03.tar.gz has a lot of .beam files (which are compiled .erl), and they has been just repacked into rpms. we don't have any reasons not to trust Erlang/OTP maintainers, but it would be better to do clean and rebuild .beam from the sources. - add make clean before build. it clears .beam files bundled with sources. our aim is to build everything from sources. (forwarded request 147242 from matwey)
Comments 0