From fbda423f81e6b421f898d23b98e022c09d021e47 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Thu, 16 Jan 2025 11:04:54 -0600 Subject: [PATCH] Add maintenance intent to opam files. --- flac.opam | 1 + flac.opam.template | 1 + ogg.opam | 1 + ogg.opam.template | 1 + opus.opam | 1 + opus.opam.template | 1 + speex.opam | 1 + speex.opam.template | 1 + theora.opam | 1 + theora.opam.template | 1 + vorbis.opam | 1 + vorbis.opam.template | 1 + 12 files changed, 12 insertions(+) create mode 100644 flac.opam.template create mode 100644 ogg.opam.template create mode 100644 opus.opam.template create mode 100644 speex.opam.template create mode 100644 theora.opam.template create mode 100644 vorbis.opam.template diff --git a/flac.opam b/flac.opam index 19020b1..46258b6 100644 --- a/flac.opam +++ b/flac.opam @@ -33,3 +33,4 @@ build: [ ] ] dev-repo: "git+https://github.com/savonet/ocaml-xiph.git" +x-maintenance-intent: ["(latest)"] diff --git a/flac.opam.template b/flac.opam.template new file mode 100644 index 0000000..7a302d9 --- /dev/null +++ b/flac.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: ["(latest)"] diff --git a/ogg.opam b/ogg.opam index 1ef5ce0..a82577a 100644 --- a/ogg.opam +++ b/ogg.opam @@ -30,3 +30,4 @@ build: [ ] ] dev-repo: "git+https://github.com/savonet/ocaml-xiph.git" +x-maintenance-intent: ["(latest)"] diff --git a/ogg.opam.template b/ogg.opam.template new file mode 100644 index 0000000..7a302d9 --- /dev/null +++ b/ogg.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: ["(latest)"] diff --git a/opus.opam b/opus.opam index 2db150f..e8d2cfc 100644 --- a/opus.opam +++ b/opus.opam @@ -32,3 +32,4 @@ build: [ ] ] dev-repo: "git+https://github.com/savonet/ocaml-xiph.git" +x-maintenance-intent: ["(latest)"] diff --git a/opus.opam.template b/opus.opam.template new file mode 100644 index 0000000..7a302d9 --- /dev/null +++ b/opus.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: ["(latest)"] diff --git a/speex.opam b/speex.opam index 1d3cceb..9325309 100644 --- a/speex.opam +++ b/speex.opam @@ -32,3 +32,4 @@ build: [ ] ] dev-repo: "git+https://github.com/savonet/ocaml-xiph.git" +x-maintenance-intent: ["(latest)"] diff --git a/speex.opam.template b/speex.opam.template new file mode 100644 index 0000000..7a302d9 --- /dev/null +++ b/speex.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: ["(latest)"] diff --git a/theora.opam b/theora.opam index db52916..76a37fb 100644 --- a/theora.opam +++ b/theora.opam @@ -30,3 +30,4 @@ build: [ ] ] dev-repo: "git+https://github.com/savonet/ocaml-xiph.git" +x-maintenance-intent: ["(latest)"] diff --git a/theora.opam.template b/theora.opam.template new file mode 100644 index 0000000..7a302d9 --- /dev/null +++ b/theora.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: ["(latest)"] diff --git a/vorbis.opam b/vorbis.opam index cda2380..5254331 100644 --- a/vorbis.opam +++ b/vorbis.opam @@ -31,3 +31,4 @@ build: [ ] ] dev-repo: "git+https://github.com/savonet/ocaml-xiph.git" +x-maintenance-intent: ["(latest)"] diff --git a/vorbis.opam.template b/vorbis.opam.template new file mode 100644 index 0000000..7a302d9 --- /dev/null +++ b/vorbis.opam.template @@ -0,0 +1 @@ +x-maintenance-intent: ["(latest)"]