Skip to content

Commit

Permalink
opam: s/pinned/dev/g
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Dec 22, 2024
1 parent 9a0753f commit 65ab7c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion junit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"odoc" {with-doc & >= "1.1.1"}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "-p" name "-j" jobs] {with-doc}
Expand Down
4 changes: 2 additions & 2 deletions junit_alcotest.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ depends: [
"dune" {>= "1.0"}
"odoc" {with-doc & >= "1.1.1"}
"alcotest"
"junit"
"junit" {= version}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "-p" name "-j" jobs] {with-doc}
]
Expand Down
4 changes: 2 additions & 2 deletions junit_ounit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ depends: [
"dune" {>= "1.0"}
"odoc" {with-doc & >= "1.1.1"}
"ounit2"
"junit"
"junit" {= version}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "-p" name "-j" jobs] {with-doc}
]
Expand Down

0 comments on commit 65ab7c2

Please sign in to comment.