Skip to content

Commit

Permalink
add x-maintenance-intent field to the opam file
Browse files Browse the repository at this point in the history
  • Loading branch information
palainp committed Jan 8, 2025
1 parent 7905e6b commit d06a36f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ocaml-solo5-cross-aarch64.opam
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ available: [
| (os = "freebsd" & arch = "x86_64")
| (os = "openbsd" & arch = "x86_64"))
]
x-maintenance-intent: [ "(latest)" "0.8.(latest)" ]
synopsis: "OCaml cross-compiler to the freestanding 64-bit ARM Solo5 backend"
description:
"This package provides a OCaml cross-compiler for ARM64, suitable for linking with a Solo5 unikernel."
1 change: 1 addition & 0 deletions ocaml-solo5.opam
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ available: [
| (os = "freebsd" & arch = "x86_64")
| (os = "openbsd" & arch = "x86_64"))
]
x-maintenance-intent: [ "(latest)" "0.8.(latest)" ]
synopsis: "OCaml cross-compiler to the freestanding Solo5 backend"
description:
"This package provides a OCaml cross-compiler, suitable for linking with a Solo5 unikernel."

0 comments on commit d06a36f

Please sign in to comment.