Skip to content

Commit

Permalink
Merge pull request #1039 from ocsigen/release-5-9-0
Browse files Browse the repository at this point in the history
CHANGES for 5.9.0
  • Loading branch information
raphael-proust authored Nov 19, 2024
2 parents 94ce0b4 + 37dd6ad commit a7d7720
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
===== 5.9.0 =====

====== Additions ======

* Lwt_stream.junk_available is a Lwt-free alternative to Lwt_stream.junk_old. (Alain Mebsout, #1036)

* Lwt_engine.libev#backend indicates which backend was picked by libev. (mefyl, bnguyenvanyen, #985)

====== Documentation ======

* Many fixes. (Arvid Jakobsson, #1038)

====== Other ======

* Misc repository maintenance. (Sora Morimoto, Shon Feder, #1037, #1035)

===== 5.8.0 =====

====== Improvements ======
Expand Down
8 changes: 5 additions & 3 deletions lwt_retry.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ homepage: "https://github.com/ocsigen/lwt"
doc: "https://ocsigen.org/lwt"
bug-reports: "https://github.com/ocsigen/lwt/issues"
depends: [
"dune" {>= "2.0"}
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"lwt" {>= "5.3.0"}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ocsigen/lwt.git"
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand All @@ -28,4 +30,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocsigen/lwt.git"

15 changes: 15 additions & 0 deletions lwt_retry.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]

0 comments on commit a7d7720

Please sign in to comment.