Skip to content

Commit

Permalink
Release 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Sep 26, 2019
1 parent e399974 commit 0784245
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion 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: "4.3.1"
license: "MIT"
homepage: "https://github.com/ocsigen/lwt"
doc: "https://ocsigen.org/lwt/manual/"
Expand Down
1 change: 0 additions & 1 deletion src/core/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
(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)))
1 change: 0 additions & 1 deletion src/react/dune
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,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/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))
(flags (:standard -w +A-29))
(c_names
lwt_unix_stubs
Expand Down

0 comments on commit 0784245

Please sign in to comment.