Skip to content

Commit

Permalink
Merge pull request #315 from jmid/add-x-maintenance-intent
Browse files Browse the repository at this point in the history
Add x-maintenance-intent field to opam files
  • Loading branch information
jmid authored Jan 20, 2025
2 parents 835d02d + 01d9b24 commit 56d9132
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ppx_deriving_qcheck.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ build: [
homepage: "https://github.com/c-cube/qcheck/"
bug-reports: "https://github.com/c-cube/qcheck/-/issues"
dev-repo: "git+https://github.com/vch9/ppx_deriving_qcheck.git"
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions qcheck-alcotest.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ depends: [
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions qcheck-core.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ depends: [
"ocaml" {>= "4.08.0"}
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
x-maintenance-intent: ["(latest)"]
bug-reports: "https://github.com/c-cube/qcheck/issues"
conflicts: [
"ounit" { < "2.0" }
Expand Down
1 change: 1 addition & 0 deletions qcheck-ounit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ depends: [
"ocaml" {>= "4.08.0"}
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
x-maintenance-intent: ["(latest)"]
bug-reports: "https://github.com/c-cube/qcheck/issues"
1 change: 1 addition & 0 deletions qcheck.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ depends: [
"ocaml" {>= "4.08.0"}
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
x-maintenance-intent: ["(latest)"]
bug-reports: "https://github.com/c-cube/qcheck/issues"
conflicts: [
"ounit" { < "2.0" }
Expand Down

0 comments on commit 56d9132

Please sign in to comment.