forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#27124 from chetmurthy/add-maintenance-intent…
…-to-camlp5-packages add x-maintenance-intent to packages I maintain
- Loading branch information
Showing
15 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|