Skip to content

Commit

Permalink
Fix dune version.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Mar 28, 2024
1 parent 51684e1 commit 1b517f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
(synopsis "The lastfm library is an implementation of the API used by the last.fm to keep count of played songs")
(depends
xmlplaylist
(re (>= 1.11.0))
(dune (>= 2.0)))
(re (>= 1.11.0)))
(depopts
ocamlnet))
2 changes: 1 addition & 1 deletion lastfm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ license: "LGPL-2.1-or-later"
homepage: "https://github.com/savonet/ocaml-lastfm"
bug-reports: "https://github.com/savonet/ocaml-lastfm/issues"
depends: [
"dune" {>= "3.14"}
"xmlplaylist"
"re" {>= "1.11.0"}
"dune" {>= "3.14" & >= "2.0"}
"odoc" {with-doc}
]
depopts: ["ocamlnet"]
Expand Down

0 comments on commit 1b517f8

Please sign in to comment.