Skip to content

Commit

Permalink
Release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Mar 9, 2020
1 parent f195e11 commit ca9861a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
6 changes: 1 addition & 5 deletions lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"

synopsis: "Promises and event-driven I/O"

version: "dev"
version: "5.2.0"
license: "MIT"
homepage: "https://github.com/ocsigen/lwt"
doc: "https://ocsigen.org/lwt"
Expand Down Expand Up @@ -37,10 +37,6 @@ depopts: [
"conf-libev"
]

pin-depends: [
["bisect_ppx.git" "git+https://github.com/aantron/bisect_ppx.git"]
]

conflicts: [
"ocaml-variants" {= "4.02.1+BER"}
]
Expand Down
2 changes: 1 addition & 1 deletion lwt_ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"

synopsis: "PPX syntax for Lwt, providing something similar to async/await from JavaScript"

version: "dev"
version: "2.0.1"
license: "MIT"
homepage: "https://github.com/ocsigen/lwt"
doc: "https://ocsigen.org/lwt/dev/api/Ppx_lwt"
Expand Down
1 change: 0 additions & 1 deletion src/core/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
(public_name lwt)
(synopsis "Monadic promises and concurrent I/O")
(wrapped false)
(preprocess (pps bisect_ppx --conditional))
(libraries bytes result seq)
(flags (:standard -w +A-29)))

Expand Down
2 changes: 1 addition & 1 deletion src/ppx/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
(libraries compiler-libs.common ocaml-migrate-parsetree ppx_tools_versioned)
(ppx_runtime_libraries lwt)
(kind ppx_rewriter)
(preprocess (pps ppx_tools_versioned.metaquot_410 bisect_ppx --conditional))
(preprocess (pps ppx_tools_versioned.metaquot_410))
(flags (:standard -w +A-4)))
1 change: 0 additions & 1 deletion src/unix/dune
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
(optional)
(wrapped false)
(libraries bigarray lwt mmap ocplib-endian.bigstring threads unix)
(preprocess (pps bisect_ppx --conditional))
(c_names
lwt_unix_stubs
lwt_libev_stubs
Expand Down

0 comments on commit ca9861a

Please sign in to comment.