Skip to content

Commit cf3237c

Browse files
committed
Release 4.0.0
1 parent 63c61b3 commit cf3237c

File tree

6 files changed

+3
-9
lines changed

6 files changed

+3
-9
lines changed

lwt.opam

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "dev"
2+
version: "4.0.0"
33
maintainer: [
44
"Anton Bachin <[email protected]>"
55
"Mauricio Fernandez <[email protected]>"
@@ -22,9 +22,6 @@ build: [
2222
build-test: [ [ "jbuilder" "runtest" "-p" name ] ]
2323

2424
depends: [
25-
# Bisect_ppx is used only during development. This dependency should be
26-
# removed when preparing a release.
27-
"bisect_ppx" {>= "1.3.0"}
2825
"cppo" {build & >= "1.1.0"}
2926
"jbuilder" {build & >= "1.0+beta14"}
3027
# We are only using ocamlfind during configuration of the Unix binding.

lwt_ppx.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "dev"
2+
version: "1.2.0"
33
maintainer: [
44
"Anton Bachin <[email protected]>"
55
]

lwt_react.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "dev"
2+
version: "1.1.1"
33
maintainer: [
44
"Anton Bachin <[email protected]>"
55
"Mauricio Fernandez <[email protected]>"

src/core/jbuild

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
(public_name lwt)
66
(synopsis "Monadic promises and concurrent I/O")
77
(wrapped false)
8-
(preprocess (pps (bisect_ppx -conditional)))
98
(ocamlopt_flags (:standard (:include flambda.flag)))
109
(libraries (bytes result))
1110
(flags (:standard -w +A-29))))

src/react/jbuild

-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
(synopsis "Reactive programming helpers for Lwt")
77
(wrapped false)
88
(libraries (lwt react))
9-
(preprocess (pps (bisect_ppx -conditional)))
109
(flags (:standard -w +A))))

src/unix/jbuild

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
(optional)
5959
(wrapped false)
6060
(libraries (bigarray lwt unix threads))
61-
(preprocess (pps (bisect_ppx -conditional)))
6261
(flags (:standard -w +A-29))
6362
(c_names (
6463
lwt_unix_stubs

0 commit comments

Comments
 (0)