Skip to content

Commit da383c8

Browse files
authored
Merge pull request ocaml#27275 from xavierleroy/maintenance-intent
Add x-maintenance-intent field for agrep, camlidl, camlp-streams, camlzip, cryptokit, dbm, graphics, num, mpi, pringo, zarith
2 parents 6ed188d + 07c1cdd commit da383c8

File tree

11 files changed

+12
-1
lines changed
  • 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

11 files changed

+12
-1
lines changed

packages/agrep/agrep.1.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ homepage: "https://github.com/xavierleroy/ocamlagrep/"
55
bug-reports: "https://github.com/xavierleroy/ocamlagrep/issues"
66
dev-repo: "git+https://github.com/xavierleroy/ocamlagrep.git"
77
license: "LGPL-2.0-or-later"
8+
x-maintenance-intent: ["(latest)"]
89
build: make
910
remove: [["ocamlfind" "remove" "agrep"]]
1011
depends: [

packages/camlidl/camlidl.1.12/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license: [
88
"QPL-1.0 WITH OCaml-LGPL-linking-exception"
99
"LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception"
1010
]
11+
x-maintenance-intent: ["(latest)"]
1112
build: [
1213
["mv" "config/Makefile.unix" "config/Makefile"] {os != "win32"}
1314
["mv" "config/Makefile.mingw" "config/Makefile"] {os = "win32"}

packages/camlp-streams/camlp-streams.5.0.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ authors: ["Daniel de Rauglaudre" "Xavier Leroy"]
3030
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
3131
homepage: "https://github.com/ocaml/camlp-streams"
3232
bug-reports: "https://github.com/ocaml/camlp-streams/issues"
33+
x-maintenance-intent: ["(latest)"]
3334
depends: [
3435
"dune" {>= "2.7"}
3536
"ocaml" {>= "4.02.3"}

packages/camlzip/camlzip.1.13/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ homepage: "https://github.com/xavierleroy/camlzip"
99
bug-reports: "https://github.com/xavierleroy/camlzip/issues"
1010
dev-repo: "git+https://github.com/xavierleroy/camlzip.git"
1111
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
12+
x-maintenance-intent: ["(latest)"]
1213
depends: [
1314
"ocaml" {>= "4.13.0"}
1415
"ocamlfind" {build}

packages/cryptokit/cryptokit.1.20/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description:
55
maintainer: ["Xavier Leroy <[email protected]>"]
66
authors: ["Xavier Leroy"]
77
license: "LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception"
8+
x-maintenance-intent: ["(latest)"]
89
homepage: "https://github.com/xavierleroy/cryptokit"
910
bug-reports: "https://github.com/xavierleroy/cryptokit/issues"
1011
depends: [

packages/dbm/dbm.1.4/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
opam-version: "2.0"
2-
maintainer: "https://github.com/ocaml/opam-repository/issues"
2+
maintainer: ["Xavier Leroy <[email protected]>"]
33
authors: ["Francois Rouaix"]
44
homepage: "https://github.com/ocaml/dbm"
55
bug-reports: "https://github.com/ocaml/dbm/issues"
66
dev-repo: "git+https://github.com/ocaml/dbm.git"
77
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8+
x-maintenance-intent: ["(latest)"]
89
build: [
910
["./configure"]
1011
[make "all"]

packages/graphics/graphics.5.1.2/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1515
homepage: "https://github.com/ocaml/graphics"
1616
doc: "https://ocaml.github.io/graphics/"
1717
bug-reports: "https://github.com/ocaml/graphics/issues"
18+
x-maintenance-intent: ["(latest)"]
1819
depends: [
1920
"dune" {>= "2.1"}
2021
"dune-configurator"

packages/mpi/mpi.1.06/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ homepage: "https://github.com/xavierleroy/ocamlmpi"
55
bug-reports: "https://github.com/xavierleroy/ocamlmpi/issues"
66
dev-repo: "git+https://github.com/xavierleroy/ocamlmpi"
77
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8+
x-maintenance-intent: ["(latest)"]
89
build: [
910
[make "all"
1011
"MPIINCDIR=%{conf-mpi:includedir}%"

packages/num/num.1.5-1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors: [
66
"Xavier Leroy"
77
]
88
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
9+
x-maintenance-intent: ["(latest)"]
910
homepage: "https://github.com/ocaml/num/"
1011
bug-reports: "https://github.com/ocaml/num/issues"
1112
dev-repo: "git+https://github.com/ocaml/num.git"

packages/pringo/pringo.1.4/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description:
55
maintainer: "Xavier Leroy <[email protected]>"
66
authors: "Xavier Leroy <[email protected]>"
77
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8+
x-maintenance-intent: ["(latest)"]
89
homepage: "https://github.com/xavierleroy/pringo"
910
bug-reports: "https://github.com/xavierleroy/pringo/issues"
1011
depends: [

0 commit comments

Comments
 (0)