Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add x-maintenance-intent field
  • Loading branch information
xavierleroy committed Jan 17, 2025
commit 07c1cdd6aafa293ca71ec49a3f908a5b5ac059a8
1 change: 1 addition & 0 deletions packages/agrep/agrep.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
1 change: 1 addition & 0 deletions packages/camlidl/camlidl.1.12/opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
1 change: 1 addition & 0 deletions packages/camlp-streams/camlp-streams.5.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
1 change: 1 addition & 0 deletions packages/camlzip/camlzip.1.13/opam
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
1 change: 1 addition & 0 deletions packages/cryptokit/cryptokit.1.20/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description:
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: [
Expand Down
3 changes: 2 additions & 1 deletion packages/dbm/dbm.1.4/opam
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
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"]
Expand Down
1 change: 1 addition & 0 deletions packages/graphics/graphics.5.1.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions packages/mpi/mpi.1.06/opam
Original file line number Diff line number Diff line change
Expand Up @@ -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}%"
Expand Down
1 change: 1 addition & 0 deletions packages/num/num.1.5-1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions packages/pringo/pringo.1.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description:
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: [
Expand Down
1 change: 1 addition & 0 deletions packages/zarith/zarith.1.14/opam
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading