Skip to content

Commit

Permalink
opam-build: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mseri authored Feb 7, 2024
1 parent f0a37f5 commit 67a4551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/opam-build/opam-build.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"ocaml" {>= "4.02"}
"dune" {>= "2.0"}
"opam-client" {>= "2.1.0" & < "2.2" & opam-version >= "2.1" & opam-version < "2.2"}
"opam-client" {>= "2.1.0" & < "2.2"}
"cmdliner" {>= "1.0"}
]
available: opam-version >= "2.1" & opam-version < "2.3"
available: opam-version >= "2.1" & opam-version < "2.2"
url {
src: "https://github.com/kit-ty-kate/opam-build/archive/v0.1.0.tar.gz"
checksum: [
Expand Down

0 comments on commit 67a4551

Please sign in to comment.