Package: ocaml / 5.4.0-3
Metadata
| Package | Version | Patches format |
|---|---|---|
| ocaml | 5.4.0-3 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| Put manpages in section 3o instead of 3.patch | (download) |
api_docgen/ocamldoc/Makefile |
1 1 + 0 - 0 ! |
put manpages in section 3o instead of 3 |
| Trigger output complete exe on custom with an enviro.patch | (download) |
driver/main_args.ml |
10 9 + 1 - 0 ! |
trigger -output-complete-exe on -custom with an environment variable |
| Do not error on warnings in autoconf.patch | (download) |
tools/autogen |
2 1 + 1 - 0 ! |
do not error on warnings in autoconf Bug-Debian: https://bugs.debian.org/978875 |
| Use CCLINKFLAGS for linking all executables and shar.patch | (download) |
configure.ac |
4 4 + 0 - 0 ! |
use cclinkflags for linking all executables and shared libraries This allows packagers to set additional linker flags for executables and shared libraries created by OCaml, and for the OCaml tools themselves. OCaml code can be linked with various C stubs and C libraries that would benefit from using hardening link flags, such as -Wl,-z,relro. |
| Mark test_compact_manydomains as multicore.patch | (download) |
testsuite/tests/compaction/test_compact_manydomains.ml |
1 1 + 0 - 0 ! |
mark test_compact_manydomains as multicore |
| Increase the amount of data written to a pipe in a test.patch | (download) |
testsuite/tests/lib-channels/close_during_flush.ml |
4 2 + 2 - 0 ! |
increase the amount of data written to a pipe in a test On some OSes, you need to write more than 1MB of data to a pipe before writes block, and read more than 64k to unblock them. Bug-Debian: https://bugs.debian.org/1107773 |
