Skip to content

Commit

Permalink
Fix author and maintainer fields
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Oct 28, 2024
1 parent 120b586 commit 71c6731
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
(package
(name lwt_retry)
(synopsis "Utilities for retrying Lwt computations")
(authors "Shon Feder")
(maintainers
"Raphaël Proust <[email protected]>"
"Shon Feder <[email protected]>")
(depends
(ocaml (>= 4.08))
lwt))
Expand Down
6 changes: 3 additions & 3 deletions lwt_retry.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ synopsis: "Utilities for retrying Lwt computations"
maintainer: [
"Raphaël Proust <[email protected]>" "Shon Feder <[email protected]>"
]
authors: ["Jérôme Vouillon" "Jérémie Dimino"]
authors: ["Shon Feder"]
license: "MIT"
homepage: "https://github.com/ocsigen/lwt"
doc: "https://ocsigen.org/lwt"
bug-reports: "https://github.com/ocsigen/lwt/issues"
depends: [
"dune" {>= "1.12"}
"dune" {>= "2.0"}
"ocaml" {>= "4.08"}
"lwt" {>= "3.0.0"}
"lwt"
]
build: [
["dune" "subst"] {pinned}
Expand Down
4 changes: 2 additions & 2 deletions test/retry/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
(name main)
(libraries lwttester lwt_retry))

(alias
(name runtest)
(rule
(alias runtest)
(package lwt_retry)
(action
(run %{exe:main.exe})))

0 comments on commit 71c6731

Please sign in to comment.