From 07c1cdd6aafa293ca71ec49a3f908a5b5ac059a8 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Thu, 16 Jan 2025 10:36:37 +0100 Subject: [PATCH] Add x-maintenance-intent field --- packages/agrep/agrep.1.0/opam | 1 + packages/camlidl/camlidl.1.12/opam | 1 + packages/camlp-streams/camlp-streams.5.0.1/opam | 1 + packages/camlzip/camlzip.1.13/opam | 1 + packages/cryptokit/cryptokit.1.20/opam | 1 + packages/dbm/dbm.1.4/opam | 3 ++- packages/graphics/graphics.5.1.2/opam | 1 + packages/mpi/mpi.1.06/opam | 1 + packages/num/num.1.5-1/opam | 1 + packages/pringo/pringo.1.4/opam | 1 + packages/zarith/zarith.1.14/opam | 1 + 11 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/agrep/agrep.1.0/opam b/packages/agrep/agrep.1.0/opam index 59cf3b8ff62..9930044232e 100644 --- a/packages/agrep/agrep.1.0/opam +++ b/packages/agrep/agrep.1.0/opam @@ -5,6 +5,7 @@ homepage: "https://github.com/xavierleroy/ocamlagrep/" bug-reports: "https://github.com/xavierleroy/ocamlagrep/issues" dev-repo: "git+https://github.com/xavierleroy/ocamlagrep.git" license: "LGPL-2.0-or-later" +x-maintenance-intent: ["(latest)"] build: make remove: [["ocamlfind" "remove" "agrep"]] depends: [ diff --git a/packages/camlidl/camlidl.1.12/opam b/packages/camlidl/camlidl.1.12/opam index 510761c9fe6..86b8f40bb14 100644 --- a/packages/camlidl/camlidl.1.12/opam +++ b/packages/camlidl/camlidl.1.12/opam @@ -8,6 +8,7 @@ license: [ "QPL-1.0 WITH OCaml-LGPL-linking-exception" "LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception" ] +x-maintenance-intent: ["(latest)"] build: [ ["mv" "config/Makefile.unix" "config/Makefile"] {os != "win32"} ["mv" "config/Makefile.mingw" "config/Makefile"] {os = "win32"} diff --git a/packages/camlp-streams/camlp-streams.5.0.1/opam b/packages/camlp-streams/camlp-streams.5.0.1/opam index 60e51311634..8cb097f44a8 100644 --- a/packages/camlp-streams/camlp-streams.5.0.1/opam +++ b/packages/camlp-streams/camlp-streams.5.0.1/opam @@ -30,6 +30,7 @@ authors: ["Daniel de Rauglaudre" "Xavier Leroy"] license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/ocaml/camlp-streams" bug-reports: "https://github.com/ocaml/camlp-streams/issues" +x-maintenance-intent: ["(latest)"] depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.02.3"} diff --git a/packages/camlzip/camlzip.1.13/opam b/packages/camlzip/camlzip.1.13/opam index 9c2276a4329..0f16c5e2d0c 100644 --- a/packages/camlzip/camlzip.1.13/opam +++ b/packages/camlzip/camlzip.1.13/opam @@ -9,6 +9,7 @@ homepage: "https://github.com/xavierleroy/camlzip" bug-reports: "https://github.com/xavierleroy/camlzip/issues" dev-repo: "git+https://github.com/xavierleroy/camlzip.git" license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +x-maintenance-intent: ["(latest)"] depends: [ "ocaml" {>= "4.13.0"} "ocamlfind" {build} diff --git a/packages/cryptokit/cryptokit.1.20/opam b/packages/cryptokit/cryptokit.1.20/opam index 844a5e9278c..0624b11c4b0 100644 --- a/packages/cryptokit/cryptokit.1.20/opam +++ b/packages/cryptokit/cryptokit.1.20/opam @@ -5,6 +5,7 @@ description: maintainer: ["Xavier Leroy "] authors: ["Xavier Leroy"] license: "LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception" +x-maintenance-intent: ["(latest)"] homepage: "https://github.com/xavierleroy/cryptokit" bug-reports: "https://github.com/xavierleroy/cryptokit/issues" depends: [ diff --git a/packages/dbm/dbm.1.4/opam b/packages/dbm/dbm.1.4/opam index 92b366353c9..e366f11e608 100644 --- a/packages/dbm/dbm.1.4/opam +++ b/packages/dbm/dbm.1.4/opam @@ -1,10 +1,11 @@ opam-version: "2.0" -maintainer: "https://github.com/ocaml/opam-repository/issues" +maintainer: ["Xavier Leroy "] authors: ["Francois Rouaix"] homepage: "https://github.com/ocaml/dbm" bug-reports: "https://github.com/ocaml/dbm/issues" dev-repo: "git+https://github.com/ocaml/dbm.git" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" +x-maintenance-intent: ["(latest)"] build: [ ["./configure"] [make "all"] diff --git a/packages/graphics/graphics.5.1.2/opam b/packages/graphics/graphics.5.1.2/opam index 9d972f91167..ae7cb592937 100644 --- a/packages/graphics/graphics.5.1.2/opam +++ b/packages/graphics/graphics.5.1.2/opam @@ -15,6 +15,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/ocaml/graphics" doc: "https://ocaml.github.io/graphics/" bug-reports: "https://github.com/ocaml/graphics/issues" +x-maintenance-intent: ["(latest)"] depends: [ "dune" {>= "2.1"} "dune-configurator" diff --git a/packages/mpi/mpi.1.06/opam b/packages/mpi/mpi.1.06/opam index 9047b5ed987..79c56a2df91 100644 --- a/packages/mpi/mpi.1.06/opam +++ b/packages/mpi/mpi.1.06/opam @@ -5,6 +5,7 @@ homepage: "https://github.com/xavierleroy/ocamlmpi" bug-reports: "https://github.com/xavierleroy/ocamlmpi/issues" dev-repo: "git+https://github.com/xavierleroy/ocamlmpi" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" +x-maintenance-intent: ["(latest)"] build: [ [make "all" "MPIINCDIR=%{conf-mpi:includedir}%" diff --git a/packages/num/num.1.5-1/opam b/packages/num/num.1.5-1/opam index af36b7dd5de..db2739b21db 100644 --- a/packages/num/num.1.5-1/opam +++ b/packages/num/num.1.5-1/opam @@ -6,6 +6,7 @@ authors: [ "Xavier Leroy" ] license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" +x-maintenance-intent: ["(latest)"] homepage: "https://github.com/ocaml/num/" bug-reports: "https://github.com/ocaml/num/issues" dev-repo: "git+https://github.com/ocaml/num.git" diff --git a/packages/pringo/pringo.1.4/opam b/packages/pringo/pringo.1.4/opam index ae6fe445ad6..23637b66818 100644 --- a/packages/pringo/pringo.1.4/opam +++ b/packages/pringo/pringo.1.4/opam @@ -5,6 +5,7 @@ description: maintainer: "Xavier Leroy " authors: "Xavier Leroy " license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" +x-maintenance-intent: ["(latest)"] homepage: "https://github.com/xavierleroy/pringo" bug-reports: "https://github.com/xavierleroy/pringo/issues" depends: [ diff --git a/packages/zarith/zarith.1.14/opam b/packages/zarith/zarith.1.14/opam index 8432aefc740..9039620fbbc 100644 --- a/packages/zarith/zarith.1.14/opam +++ b/packages/zarith/zarith.1.14/opam @@ -9,6 +9,7 @@ homepage: "https://github.com/ocaml/Zarith" bug-reports: "https://github.com/ocaml/Zarith/issues" dev-repo: "git+https://github.com/ocaml/Zarith.git" license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception" +x-maintenance-intent: ["(latest)"] build: [ ["./configure"] [make]