this repo has no description

Merge pull request #27275 from xavierleroy/maintenance-intent

Add x-maintenance-intent field for agrep, camlidl, camlp-streams, camlzip, cryptokit, dbm, graphics, num, mpi, pringo, zarith

Changed files
+12 -1
packages
agrep
agrep.1.0
camlidl
camlidl.1.12
camlp-streams
camlp-streams.5.0.1
camlzip
camlzip.1.13
cryptokit
cryptokit.1.20
dbm
dbm.1.4
graphics
graphics.5.1.2
mpi
mpi.1.06
num
num.1.5-1
pringo
pringo.1.4
zarith
zarith.1.14
+1
packages/agrep/agrep.1.0/opam
···
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: [
+1
packages/camlidl/camlidl.1.12/opam
···
"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"}
+1
packages/camlp-streams/camlp-streams.5.0.1/opam
···
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"}
+1
packages/camlzip/camlzip.1.13/opam
···
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}
+1
packages/cryptokit/cryptokit.1.20/opam
···
maintainer: ["Xavier Leroy <xavier.leroy@college-de-france.fr>"]
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: [
+2 -1
packages/dbm/dbm.1.4/opam
···
opam-version: "2.0"
-
maintainer: "https://github.com/ocaml/opam-repository/issues"
+
maintainer: ["Xavier Leroy <xavier.leroy@college-de-france.fr>"]
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"]
+1
packages/graphics/graphics.5.1.2/opam
···
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"
+1
packages/mpi/mpi.1.06/opam
···
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}%"
+1
packages/num/num.1.5-1/opam
···
"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"
+1
packages/pringo/pringo.1.4/opam
···
maintainer: "Xavier Leroy <xavier.leroy@college-de-france.fr>"
authors: "Xavier Leroy <xavier.leroy@college-de-france.fr>"
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: [
+1
packages/zarith/zarith.1.14/opam
···
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]