Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Dec 19, 2017
1 parent 272d6b1 commit 372234e
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 25 deletions.
20 changes: 10 additions & 10 deletions META.lwt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# been given appropriate predicates.
#

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

package "log" (
#directory = "log"
version = "dev"
version = "3.2.0"
description = "Logger for Lwt (deprecated; use lwt_log)"
requires = "bytes lwt result"
archive(byte) = "lwt_log.cma"
Expand All @@ -27,15 +27,15 @@ package "log" (

package "ppx" (
#directory = "ppx"
version = "dev"
version = "3.2.0"
description = "Lwt PPX syntax extension (deprecated; use lwt_ppx)"
requires(ppx_driver) = "lwt.omp"
requires(-ppx_driver) = "bytes lwt result"
ppx(-ppx_driver,-custom_ppx) = "./ppx.exe --as-ppx"
)

package "omp" (
version = "dev"
version = "3.2.0"
description = "Lwt ocaml-migrate-parsetree PPX (internal)"
requires = "compiler-libs
compiler-libs.common
Expand All @@ -51,14 +51,14 @@ package "omp" (

package "preemptive" (
#directory = "preemptive"
version = "dev"
version = "3.2.0"
description = "Preemptive thread support for Lwt (deprecated; use lwt.unix)"
requires = "lwt.unix"
)

package "simple-top" (
#directory = "simple-top"
version = "dev"
version = "3.2.0"
description = "Lwt-OCaml top level integration (deprecated; use utop)"
requires = "bigarray
bytes
Expand All @@ -78,7 +78,7 @@ package "simple-top" (

package "syntax" (
#directory = "syntax"
version = "dev"
version = "3.2.0"
description = "Camlp4 syntax for Lwt (deprecated; use lwt_ppx)"
requires = "camlp4 lwt.syntax.options"
archive(syntax, preprocessor) = "lwt_syntax.cma"
Expand All @@ -89,7 +89,7 @@ package "syntax" (

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

package "options" (
#directory = "options"
version = "dev"
version = "3.2.0"
description = "Options for Lwt Camlp4 syntax extension (deprecated; use lwt_ppx)"
requires = "camlp4"
archive(syntax, preprocessor) = "lwt_syntax_options.cma"
Expand All @@ -114,7 +114,7 @@ package "syntax" (

package "unix" (
#directory = "unix"
version = "dev"
version = "3.2.0"
description = "Unix support for Lwt"
requires = "bigarray bytes lwt lwt.log result threads unix"
archive(byte) = "lwt_unix.cma"
Expand Down
6 changes: 3 additions & 3 deletions META.lwt_camlp4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "dev"
version = "1.0.0"
description = "Camlp4 syntax for Lwt (deprecated; use lwt_ppx)"
requires = "camlp4 lwt_camlp4.options"
archive(syntax, preprocessor) = "lwt_camlp4.cma"
Expand All @@ -8,7 +8,7 @@ archive(syntax, preprocessor, native, plugin) = "lwt_camlp4.cmxs"

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

package "options" (
directory = "options"
version = "dev"
version = "1.0.0"
description = "Options for Lwt Camlp4 syntax extension (deprecated; use lwt_ppx)"
requires = "camlp4"
archive(syntax, preprocessor) = "lwt_camlp4_options.cma"
Expand Down
4 changes: 2 additions & 2 deletions META.lwt_log
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# now, this package is a compatibility wrapper for the log's current location in
# lwt.log.

version = "dev"
version = "1.0.0"
description = "Logger for lwt (deprecated; use logs library)"
requires = "lwt.log lwt.unix"

package "core" (
version = "dev"
version = "1.0.0"
description = "Logger for Lwt (pure-OCaml core)"
requires = "lwt.log"
)
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: "3.2.0"
maintainer: [
"Anton Bachin <[email protected]>"
"Mauricio Fernandez <[email protected]>"
Expand All @@ -24,9 +24,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+beta13"}
# We are only using ocamlfind during configuration of the Unix binding.
Expand Down
2 changes: 1 addition & 1 deletion lwt_camlp4.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "1.2"
version: "dev"
version: "1.0.0"
maintainer: [
"Anton Bachin <[email protected]>"
]
Expand Down
2 changes: 1 addition & 1 deletion lwt_log.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "1.2"
version: "dev"
version: "1.0.0"
maintainer: [
"Anton Bachin <[email protected]>"
]
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.0.0"
maintainer: [
"Anton Bachin <[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 @@ -91,7 +91,6 @@
(optional)
(wrapped false)
(libraries (bigarray lwt lwt.log unix threads))
(preprocess (pps (bisect_ppx -conditional)))
(flags (:standard -w +A-29))
(c_names (
lwt_unix_stubs
Expand Down

0 comments on commit 372234e

Please sign in to comment.