Skip to content

Commit 372234e

Browse files
committed
Release 3.2.0
1 parent 272d6b1 commit 372234e

File tree

10 files changed

+19
-25
lines changed

10 files changed

+19
-25
lines changed

META.lwt

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# been given appropriate predicates.
66
#
77

8-
version = "dev"
8+
version = "3.2.0"
99
description = "Monadic promises and concurrent I/O"
1010
requires = "bytes result"
1111
archive(byte) = "lwt.cma"
@@ -15,7 +15,7 @@ plugin(native) = "lwt.cmxs"
1515

1616
package "log" (
1717
#directory = "log"
18-
version = "dev"
18+
version = "3.2.0"
1919
description = "Logger for Lwt (deprecated; use lwt_log)"
2020
requires = "bytes lwt result"
2121
archive(byte) = "lwt_log.cma"
@@ -27,15 +27,15 @@ package "log" (
2727

2828
package "ppx" (
2929
#directory = "ppx"
30-
version = "dev"
30+
version = "3.2.0"
3131
description = "Lwt PPX syntax extension (deprecated; use lwt_ppx)"
3232
requires(ppx_driver) = "lwt.omp"
3333
requires(-ppx_driver) = "bytes lwt result"
3434
ppx(-ppx_driver,-custom_ppx) = "./ppx.exe --as-ppx"
3535
)
3636

3737
package "omp" (
38-
version = "dev"
38+
version = "3.2.0"
3939
description = "Lwt ocaml-migrate-parsetree PPX (internal)"
4040
requires = "compiler-libs
4141
compiler-libs.common
@@ -51,14 +51,14 @@ package "omp" (
5151

5252
package "preemptive" (
5353
#directory = "preemptive"
54-
version = "dev"
54+
version = "3.2.0"
5555
description = "Preemptive thread support for Lwt (deprecated; use lwt.unix)"
5656
requires = "lwt.unix"
5757
)
5858

5959
package "simple-top" (
6060
#directory = "simple-top"
61-
version = "dev"
61+
version = "3.2.0"
6262
description = "Lwt-OCaml top level integration (deprecated; use utop)"
6363
requires = "bigarray
6464
bytes
@@ -78,7 +78,7 @@ package "simple-top" (
7878

7979
package "syntax" (
8080
#directory = "syntax"
81-
version = "dev"
81+
version = "3.2.0"
8282
description = "Camlp4 syntax for Lwt (deprecated; use lwt_ppx)"
8383
requires = "camlp4 lwt.syntax.options"
8484
archive(syntax, preprocessor) = "lwt_syntax.cma"
@@ -89,7 +89,7 @@ package "syntax" (
8989

9090
package "log" (
9191
#directory = "log"
92-
version = "dev"
92+
version = "3.2.0"
9393
description = "Camlp4 syntax for Lwt logging (deprecated; use lwt_ppx)"
9494
requires = "camlp4 lwt.syntax.options"
9595
archive(syntax, preprocessor) = "lwt_syntax_log.cma"
@@ -101,7 +101,7 @@ package "syntax" (
101101

102102
package "options" (
103103
#directory = "options"
104-
version = "dev"
104+
version = "3.2.0"
105105
description = "Options for Lwt Camlp4 syntax extension (deprecated; use lwt_ppx)"
106106
requires = "camlp4"
107107
archive(syntax, preprocessor) = "lwt_syntax_options.cma"
@@ -114,7 +114,7 @@ package "syntax" (
114114

115115
package "unix" (
116116
#directory = "unix"
117-
version = "dev"
117+
version = "3.2.0"
118118
description = "Unix support for Lwt"
119119
requires = "bigarray bytes lwt lwt.log result threads unix"
120120
archive(byte) = "lwt_unix.cma"

META.lwt_camlp4

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "dev"
1+
version = "1.0.0"
22
description = "Camlp4 syntax for Lwt (deprecated; use lwt_ppx)"
33
requires = "camlp4 lwt_camlp4.options"
44
archive(syntax, preprocessor) = "lwt_camlp4.cma"
@@ -8,7 +8,7 @@ archive(syntax, preprocessor, native, plugin) = "lwt_camlp4.cmxs"
88

99
package "log" (
1010
directory = "log"
11-
version = "dev"
11+
version = "1.0.0"
1212
description = "Camlp4 syntax for Lwt logging (deprecated; use library logs)"
1313
requires = "camlp4 lwt_camlp4.options"
1414
archive(syntax, preprocessor) = "lwt_camlp4_log.cma"
@@ -19,7 +19,7 @@ package "log" (
1919

2020
package "options" (
2121
directory = "options"
22-
version = "dev"
22+
version = "1.0.0"
2323
description = "Options for Lwt Camlp4 syntax extension (deprecated; use lwt_ppx)"
2424
requires = "camlp4"
2525
archive(syntax, preprocessor) = "lwt_camlp4_options.cma"

META.lwt_log

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# now, this package is a compatibility wrapper for the log's current location in
33
# lwt.log.
44

5-
version = "dev"
5+
version = "1.0.0"
66
description = "Logger for lwt (deprecated; use logs library)"
77
requires = "lwt.log lwt.unix"
88

99
package "core" (
10-
version = "dev"
10+
version = "1.0.0"
1111
description = "Logger for Lwt (pure-OCaml core)"
1212
requires = "lwt.log"
1313
)

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: "3.2.0"
33
maintainer: [
44
"Anton Bachin <[email protected]>"
55
"Mauricio Fernandez <[email protected]>"
@@ -24,9 +24,6 @@ build: [
2424
build-test: [ [ "jbuilder" "runtest" "-p" name ] ]
2525

2626
depends: [
27-
# Bisect_ppx is used only during development. This dependency should be
28-
# removed when preparing a release.
29-
"bisect_ppx" {>= "1.3.0"}
3027
"cppo" {build & >= "1.1.0"}
3128
"jbuilder" {build & >= "1.0+beta13"}
3229
# We are only using ocamlfind during configuration of the Unix binding.

lwt_camlp4.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.0.0"
33
maintainer: [
44
"Anton Bachin <[email protected]>"
55
]

lwt_log.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.0.0"
33
maintainer: [
44
"Anton Bachin <[email protected]>"
55
]

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.0.0"
33
maintainer: [
44
"Anton Bachin <[email protected]>"
55
]

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
@@ -91,7 +91,6 @@
9191
(optional)
9292
(wrapped false)
9393
(libraries (bigarray lwt lwt.log unix threads))
94-
(preprocess (pps (bisect_ppx -conditional)))
9594
(flags (:standard -w +A-29))
9695
(c_names (
9796
lwt_unix_stubs

0 commit comments

Comments
 (0)