Skip to content

Commit

Permalink
upgrade to lwt 2.4.0 and ocamlfind 1.3.1 (all compatible with ocaml4)
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jul 2, 2012
1 parent 8b4a32b commit 4c32cce
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion opam/lwt.2.3.2.opam → opam/lwt.2.4.0.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opam-version: "1"

package "lwt" {
version: "2.3.2"
version: "2.4.0"
maintainer: "contact@ocamlpro.com"
build: [
[ "./configure"
Expand Down
5 changes: 2 additions & 3 deletions opam/ocamlfind.1.3.1.opam → opam/ocamlfind.1.3.2.opam
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
opam-version: "1"

package "ocamlfind" {
version: "1.3.1"
version: "1.3.2"
maintainer: "contact@ocamlpro.com"
build: [
[ "./configure"
"-bindir" "%{bin}%"
"-sitelib" "%{lib}%"
"-mandir" "%{doc}%"
"-config" "%{lib}%/findlib.conf"
"-no-topfind" ]
]
[ "make" "all"]
[ "make" "opt" ]
[ "make" "install" ]
(* sudo cp topfind "/usr/lib/ocaml" *)
]
}
1 change: 0 additions & 1 deletion url/lwt.2.3.2

This file was deleted.

1 change: 1 addition & 0 deletions url/lwt.2.4.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://www.dimino.org/lwt-2.4.0.tar.gz
1 change: 0 additions & 1 deletion url/ocamlfind.1.3.1

This file was deleted.

1 change: 1 addition & 0 deletions url/ocamlfind.1.3.2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://download.camlcity.org/download/findlib-1.3.2.tar.gz

0 comments on commit 4c32cce

Please sign in to comment.