Name: | ocaml |
---|---|
Version: | 4.01.0 |
Release: | 22.2.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 30563469 |
License: | QPL and (LGPLv2+ with exceptions) |
RPM: | ocaml-4.01.0-22.2.el7.x86_64.rpm |
Source RPM: | ocaml-4.01.0-22.2.el7.src.rpm |
Build Date: | Fri Mar 06 2015 |
Build Host: | ca-build19.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.ocaml.org |
Summary: | OCaml compiler and programming environment |
Description: | OCaml is a high-level, strongly-typed, functional and object-oriented programming language from the ML family of languages. This package comprises two batch compilers (a fast bytecode compiler and an optimizing native-code compiler), an interactive toplevel system, parsing tools (Lex,Yacc,Camlp4), a replay debugger, a documentation generator, and a comprehensive library. |
- Use -fno-strict-aliasing when building the compiler - ppc, ppc64, ppc64le: Mark stack as non-executable. resolves: rhbz#990521 - Provides ocaml(runtime) 4.01.1. related: rhbz#1098459
- Update to last 4.01 version from OCaml git. - Fix bug in argument parsing resolves: rhbz#1139803
- BR binutils-devel so ocamlobjinfo supports *.cmxs files (RHBZ#1113735).
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86
- Mark stack as non-executable on ARM (32 bit) and Aarch64.
- Remove ocaml-srpm-macros subpackage. This is now a separate package, see RHBZ#1087893.
- Fix s390x builds (no native compiler).
- Remove ExclusiveArch. - Add ocaml-srpm-macros subpackage containing arch macros. - See: RHBZ#1087794
- Fix aarch64 relocation problems again. Earlier patch was dropped accidentally.