Skip to content

Commit

Permalink
OCaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Mar 29, 2024
1 parent 1b517f8 commit b4d7e46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 3.14)
(lang dune 3.6)
(version 0.3.4)
(name lastfm)
(source (github savonet/ocaml-lastfm))
Expand All @@ -12,6 +12,7 @@
(name lastfm)
(synopsis "The lastfm library is an implementation of the API used by the last.fm to keep count of played songs")
(depends
(ocaml (>= 4.08))
xmlplaylist
(re (>= 1.11.0)))
(depopts
Expand Down
3 changes: 2 additions & 1 deletion lastfm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ 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"}
"dune" {>= "3.6"}
"ocaml" {>= "4.08"}
"xmlplaylist"
"re" {>= "1.11.0"}
"odoc" {with-doc}
Expand Down

0 comments on commit b4d7e46

Please sign in to comment.