Skip to content

Commit

Permalink
Add x-maintenance-intent to opam files
Browse files Browse the repository at this point in the history
Requested by Hannes Mehnert in #312.
  • Loading branch information
talex5 committed Feb 3, 2025
1 parent d67c603 commit a2c54a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions capnp-rpc-net.opam
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/mirage/capnp-rpc.git"
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions capnp-rpc-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "macos"}
]
dev-repo: "git+https://github.com/mirage/capnp-rpc.git"
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions capnp-rpc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/mirage/capnp-rpc.git"
x-maintenance-intent: ["(latest)"]

0 comments on commit a2c54a7

Please sign in to comment.