Skip to content

Commit

Permalink
Merge pull request ocaml#27124 from chetmurthy/add-maintenance-intent…
Browse files Browse the repository at this point in the history
…-to-camlp5-packages

add x-maintenance-intent to packages I maintain
  • Loading branch information
mseri authored Dec 17, 2024
2 parents 799195c + b2fbdaf commit ca7f856
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/camlp5-buildscripts/camlp5-buildscripts.0.04/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ bin-directory, but in the package-directory, hence invoked via the "ocamlfind pa
method.
"""
opam-version: "2.0"
x-maintenance-intent: [ "(latest)" ]
maintainer: "Chet Murthy <[email protected]>"
authors: ["Chet Murthy"]
homepage: "https://github.com/camlp5/camlp5-buildscripts"
Expand Down
1 change: 1 addition & 0 deletions packages/camlp5/camlp5.8.03.01/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ extensible printers
stream parsers and lexers
pretty print module
It works as a shell command and can also be used in the OCaml toplevel."""
x-maintenance-intent: [ "(latest)" ]
maintainer: ["Chet Murthy <[email protected]>"]
authors: ["Daniel de Rauglaudre" "Chet Murthy"]
license: "BSD-3-Clause"
Expand Down
1 change: 1 addition & 0 deletions packages/cppffigen/cppffigen.0.002/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
opam-version: "2.0"
synopsis: "A C++ foreign-function-interface generator for Ocaml based on C++ STL Containers"
license: "Apache-2.0"
x-maintenance-intent: [ "(latest)" ]
maintainer: "Chet Murthy <[email protected]>"
authors: "Chet Murthy <[email protected]>"
homepage: "https://github.com/chetmurthy/ocaml-cppffigen"
Expand Down
1 change: 1 addition & 0 deletions packages/not-ocamlfind/not-ocamlfind.0.13/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
opam-version: "2.0"
synopsis: "A small frontend for ocamlfind that adds a few useful commands"
license: "MIT"
x-maintenance-intent: [ "(latest)" ]
maintainer: "Chet Murthy <[email protected]>"

(* Gerd wrote most of this code; I just modified it (and probably
Expand Down
1 change: 1 addition & 0 deletions packages/pa_ppx/pa_ppx.0.15/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ the tests for the respective PPX rewriters.

"""
opam-version: "2.0"
x-maintenance-intent: [ "(latest)" ]
maintainer: "Chet Murthy <[email protected]>"
authors: ["Chet Murthy"]
homepage: "https://github.com/camlp5/pa_ppx"
Expand Down
1 change: 1 addition & 0 deletions packages/pa_ppx_ag/pa_ppx_ag.0.08/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This is a PPX Rewriter that generates Attribute Grammar evaulators.
Initially only ordered ones, but eventually other strategies too.
"""
opam-version: "2.0"
x-maintenance-intent: [ "(latest)" ]
maintainer: "Chet Murthy <[email protected]>"
authors: ["Chet Murthy"]
homepage: "https://github.com/camlp5/pa_ppx_ag"
Expand Down
1 change: 1 addition & 0 deletions packages/pa_ppx_hashcons/pa_ppx_hashcons.0.11/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and Sylvain Conchon.

"""
opam-version: "2.0"
x-maintenance-intent: [ "(latest)" ]
maintainer: "Chet Murthy <[email protected]>"
authors: ["Chet Murthy"]
homepage: "https://github.com/camlp5/pa_ppx_hashcons"
Expand Down
1 change: 1 addition & 0 deletions packages/pa_ppx_migrate/pa_ppx_migrate.0.12/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ intermediate ASTs, and migrations forward as well as backward.

"""
opam-version: "2.0"
x-maintenance-intent: [ "(latest)" ]
maintainer: "Chet Murthy <[email protected]>"
authors: ["Chet Murthy"]
homepage: "https://github.com/camlp5/pa_ppx_migrate"
Expand Down
1 change: 1 addition & 0 deletions packages/pa_ppx_parsetree/pa_ppx_parsetree.0.02/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ with anti-quotations at every point in the grammar where
it's possible to have them.
"""
opam-version: "2.0"
x-maintenance-intent: [ "(latest)" ]
maintainer: "Chet Murthy <[email protected]>"
authors: ["Chet Murthy"]
homepage: "https://github.com/camlp5/pa_ppx_parsetree"
Expand Down
1 change: 1 addition & 0 deletions packages/pa_ppx_q_ast/pa_ppx_q_ast.0.12/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ hand-written, when using Camlp5's Q_ast.

"""
opam-version: "2.0"
x-maintenance-intent: [ "(latest)" ]
maintainer: "Chet Murthy <[email protected]>"
authors: ["Chet Murthy"]
homepage: "https://github.com/camlp5/pa_ppx_q_ast"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This is a PPX Rewriter that processes PPX extensions with string payloads as
Camlp5 quotations.
"""
opam-version: "2.0"
x-maintenance-intent: [ "(latest)" ]
maintainer: "Chet Murthy <[email protected]>"
authors: ["Chet Murthy"]
homepage: "https://github.com/camlp5/pa_ppx_quotation2extension"
Expand Down
1 change: 1 addition & 0 deletions packages/pa_ppx_regexp/pa_ppx_regexp.0.03/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This is a PPX Rewriter for some workalikes to perl regexp operations,
based on Camlp5 (so it's compatible with all the other Camlp5-based PPX rewriters).
"""
opam-version: "2.0"
x-maintenance-intent: [ "(latest)" ]
maintainer: "Chet Murthy <[email protected]>"
authors: ["Chet Murthy"]
homepage: "https://github.com/camlp5/pa_ppx_regexp"
Expand Down
1 change: 1 addition & 0 deletions packages/pa_ppx_static/pa_ppx_static.0.02/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ expensive expression and mark it as static, so it'll
be computed only once. Like regexps.
"""
opam-version: "2.0"
x-maintenance-intent: [ "(latest)" ]
maintainer: "Chet Murthy <[email protected]>"
authors: ["Chet Murthy"]
homepage: "https://github.com/camlp5/pa_ppx_static"
Expand Down
1 change: 1 addition & 0 deletions packages/pa_ppx_string/pa_ppx_string.0.01/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ be a work-alike to ppx_string, but instead based on Camlp5
(so it's compatible with all the other Camlp5-based PPX rewriters).
"""
opam-version: "2.0"
x-maintenance-intent: [ "(latest)" ]
maintainer: "Chet Murthy <[email protected]>"
authors: ["Chet Murthy"]
homepage: "https://github.com/camlp5/pa_ppx_string"
Expand Down
1 change: 1 addition & 0 deletions packages/pa_ppx_unique/pa_ppx_unique.0.11/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This is a PPX Rewriter for uniqifying ASTs: inserting unique IDs
systematically throughout an AST.
"""
opam-version: "2.0"
x-maintenance-intent: [ "(latest)" ]
maintainer: "Chet Murthy <[email protected]>"
authors: ["Chet Murthy"]
homepage: "https://github.com/camlp5/pa_ppx_unique"
Expand Down

0 comments on commit ca7f856

Please sign in to comment.