Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Jul 19, 2017
1 parent 424e4c5 commit 172b6da
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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.1.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.1.0"
description = "Logger for Lwt"
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.1.0"
description = "Lwt PPX syntax extension"
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.1.0"
description = "Lwt ocaml-migrate-parsetree PPX (internal)"
requires = "compiler-libs
compiler-libs.common
Expand All @@ -51,7 +51,7 @@ package "omp" (

package "preemptive" (
#directory = "preemptive"
version = "dev"
version = "3.1.0"
description = "Preemptive thread support for Lwt"
requires = "bigarray
bytes
Expand All @@ -71,7 +71,7 @@ package "preemptive" (

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

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

package "log" (
#directory = "log"
version = "dev"
version = "3.1.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 @@ -114,7 +114,7 @@ package "syntax" (

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

package "unix" (
#directory = "unix"
version = "dev"
version = "3.1.0"
description = "Unix support for Lwt"
requires = "bigarray bytes lwt lwt.log result unix"
archive(byte) = "lwt_unix.cma"
Expand Down
2 changes: 1 addition & 1 deletion lwt.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "1.2"
version: "dev"
version: "3.1.0"
maintainer: [
"Anton Bachin <[email protected]>"
"Mauricio Fernandez <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion lwt_glib.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "1.2"
version: "dev"
version: "1.1.0"
maintainer: [
"Anton Bachin <[email protected]>"
"Mauricio Fernandez <[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.0"
maintainer: [
"Anton Bachin <[email protected]>"
"Mauricio Fernandez <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion lwt_ssl.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "1.2"
version: "dev"
version: "1.1.0"
maintainer: [
"Anton Bachin <[email protected]>"
"Mauricio Fernandez <[email protected]>"
Expand Down

0 comments on commit 172b6da

Please sign in to comment.