Skip to content

Commit

Permalink
Add lowerbound for versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Nov 1, 2024
1 parent 7a8b0c9 commit b880a73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
(depends
(conf-srt :build)
(conf-pkg-config :build)
(ocaml (>= 4.12))
dune
(dune-configurator :build)
ocamlfind
ctypes
ctypes-foreign
(ctypes (>= 0.21.1))
(ctypes-foreign (>= 0.21.1))
integers
posix-socket)
)
5 changes: 3 additions & 2 deletions srt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ bug-reports: "https://github.com/savonet/ocaml-srt/issues"
depends: [
"conf-srt" {build}
"conf-pkg-config" {build}
"ocaml" {>= "4.12"}
"dune" {>= "3.6"}
"dune-configurator" {build}
"ocamlfind"
"ctypes"
"ctypes-foreign"
"ctypes" {>= "0.21.1"}
"ctypes-foreign" {>= "0.21.1"}
"integers"
"posix-socket"
"odoc" {with-doc}
Expand Down

0 comments on commit b880a73

Please sign in to comment.