Skip to content

Commit

Permalink
Release 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Feb 25, 2020
1 parent 3cdb1e0 commit e5d4e69
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 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.1.2"
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
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
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 e5d4e69

Please sign in to comment.