Skip to content

Commit

Permalink
pla.1.4: Untag dune and OMP as build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored Jul 26, 2021
1 parent 9afe348 commit 2ef1832
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/pla/pla.1.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ dev-repo: "git+https://github.com/modlfo/pla.git"
build: [["dune" "build" "-p" name "-j" jobs]]

depends: [
"dune" {build & >= "2.5"}
"ocaml-migrate-parsetree" {build & < "2.0.0"}
"ocaml" { >= "4.02.3" }
"dune" {>= "2.5"}
"ocaml-migrate-parsetree" {< "2.0.0"}
"ocaml" {>= "4.02.3"}
]
authors: "Leonardo Laguna Ruiz <modlfo@gmail.com>"
url {
Expand All @@ -20,4 +20,4 @@ url {
"md5=f4886e3fc2051f56f1bffe80a2687081"
"sha512=b8b1ee2dfcc06923ed44bccbaf72e74ebd49b4c0daddb194d999bfac397b574ef65ba7493a4e53670d6c6ca9b2dd75a298d5c735689df220a7cc340c1731e1c9"
]
}
}

0 comments on commit 2ef1832

Please sign in to comment.