forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
52 additions
and
4 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ers/4.04.0/4.04.0+pr667/4.04.0+pr667.comp → ...ers/4.04.0/4.04.0+pr671/4.04.0+pr671.comp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add single-line comments |
2 changes: 1 addition & 1 deletion
2
...ers/4.04.0/4.04.0+pr515/4.04.0+pr515.comp → ...ers/4.04.0/4.04.0+pr672/4.04.0+pr672.comp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fix float_of_hex parser to correctly reject some invalid forms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
opam-version: "1" | ||
version: "4.04.0" | ||
src: "https://github.com/let-def/ocaml/archive/init-in-heap.tar.gz" | ||
build: [ | ||
["./configure" "-prefix" prefix "-with-debug-runtime"] | ||
[make "world"] | ||
[make "world.opt"] | ||
[make "install"] | ||
] | ||
packages: [ "base-unix" "base-bigarray" "base-threads" ] | ||
env: [[CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Distinguish root and heap values in Lambda.Initialization |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
opam-version: "1" | ||
version: "4.04.0" | ||
src: "https://github.com/avsm/ocaml/archive/filename-no-assert.tar.gz" | ||
build: [ | ||
["./configure" "-prefix" prefix "-with-debug-runtime"] | ||
[make "world"] | ||
[make "world.opt"] | ||
[make "install"] | ||
] | ||
packages: [ "base-unix" "base-bigarray" "base-threads" ] | ||
env: [[CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Filename: Do not raise an assertion failure on module load |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
opam-version: "1" | ||
version: "4.04.0" | ||
src: "https://github.com/dbuenzli/ocaml/archive/mpr-7178-fix-exit-loop.tar.gz" | ||
build: [ | ||
["./configure" "-prefix" prefix "-with-debug-runtime"] | ||
[make "world"] | ||
[make "world.opt"] | ||
[make "install"] | ||
] | ||
packages: [ "base-unix" "base-bigarray" "base-threads" ] | ||
env: [[CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fix MPR 7178. Prevent infinite loop in at_exit callbacks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
opam-version: "1" | ||
version: "4.04.0" | ||
src: "https://github.com/bobot/ocaml/archive/ephemeron_c_api2.tar.gz" | ||
build: [ | ||
["./configure" "-prefix" prefix "-with-debug-runtime"] | ||
[make "world"] | ||
[make "world.opt"] | ||
[make "install"] | ||
] | ||
packages: [ "base-unix" "base-bigarray" "base-threads" ] | ||
env: [[CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Ephemeron C API |