Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Mar 30, 2018
1 parent 63c61b3 commit cf3237c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions lwt.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "1.2"
version: "dev"
version: "4.0.0"
maintainer: [
"Anton Bachin <[email protected]>"
"Mauricio Fernandez <[email protected]>"
Expand All @@ -22,9 +22,6 @@ build: [
build-test: [ [ "jbuilder" "runtest" "-p" name ] ]

depends: [
# Bisect_ppx is used only during development. This dependency should be
# removed when preparing a release.
"bisect_ppx" {>= "1.3.0"}
"cppo" {build & >= "1.1.0"}
"jbuilder" {build & >= "1.0+beta14"}
# We are only using ocamlfind during configuration of the Unix binding.
Expand Down
2 changes: 1 addition & 1 deletion lwt_ppx.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "1.2"
version: "dev"
version: "1.2.0"
maintainer: [
"Anton Bachin <[email protected]>"
]
Expand Down
2 changes: 1 addition & 1 deletion lwt_react.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "1.2"
version: "dev"
version: "1.1.1"
maintainer: [
"Anton Bachin <[email protected]>"
"Mauricio Fernandez <[email protected]>"
Expand Down
1 change: 0 additions & 1 deletion src/core/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
(public_name lwt)
(synopsis "Monadic promises and concurrent I/O")
(wrapped false)
(preprocess (pps (bisect_ppx -conditional)))
(ocamlopt_flags (:standard (:include flambda.flag)))
(libraries (bytes result))
(flags (:standard -w +A-29))))
1 change: 0 additions & 1 deletion src/react/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
(synopsis "Reactive programming helpers for Lwt")
(wrapped false)
(libraries (lwt react))
(preprocess (pps (bisect_ppx -conditional)))
(flags (:standard -w +A))))
1 change: 0 additions & 1 deletion src/unix/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
(optional)
(wrapped false)
(libraries (bigarray lwt unix threads))
(preprocess (pps (bisect_ppx -conditional)))
(flags (:standard -w +A-29))
(c_names (
lwt_unix_stubs
Expand Down

0 comments on commit cf3237c

Please sign in to comment.