Skip to content

Commit

Permalink
Sync latest compiler pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jun 25, 2016
1 parent 9aab689 commit a63c048
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions compilers/4.04.0/4.04.0+pr635/4.04.0+pr635.comp
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/c-cube/ocaml/archive/stdlib-iterators.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"]]
1 change: 1 addition & 0 deletions compilers/4.04.0/4.04.0+pr635/4.04.0+pr635.descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add iterators to most containers in stdlib

0 comments on commit a63c048

Please sign in to comment.