this repo has no description

Merge pull request #27335 from toots/opam-publish-ogg.1.0.0

6 packages from savonet/ocaml-xiph at 1.0.0

Changed files
+268 -13
packages
flac
flac.0.3.0
flac.0.3.1
flac.0.4.0
flac.0.5.0
flac.0.5.1
flac.1.0.0
liquidsoap-core
liquidsoap-core.2.2.0
liquidsoap-core.2.2.1
liquidsoap-core.2.2.2
liquidsoap-core.2.2.3
liquidsoap-core.2.2.4-1
liquidsoap-core.2.2.5
liquidsoap-core.2.3.0
ogg
ogg.1.0.0
opus
opus.0.2.0
opus.0.2.1
opus.0.2.2
opus.1.0.0
speex
speex.0.4.0
speex.0.4.1
speex.1.0.0
theora
theora.0.4.0
theora.0.4.1
theora.1.0.0
vorbis
vorbis.0.8.0
vorbis.1.0.0
+1 -1
packages/flac/flac.0.3.0/opam
···
"dune-configurator"
]
depopts: [
-
"ogg" {>= "0.7.0"}
]
build: [
["dune" "subst"] {dev}
···
"dune-configurator"
]
depopts: [
+
"ogg" {>= "0.7.0" & < "1.0.0"}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/flac/flac.0.3.1/opam
···
"odoc" {with-doc}
]
depopts: [
-
"ogg" {>= "0.7.0"}
]
build: [
["dune" "subst"] {dev}
···
"odoc" {with-doc}
]
depopts: [
+
"ogg" {>= "0.7.0" & < "1.0.0"}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/flac/flac.0.4.0/opam
···
"odoc" {with-doc}
]
depopts: [
-
"ogg" {>= "0.7.0"}
]
build: [
["dune" "subst"] {dev}
···
"odoc" {with-doc}
]
depopts: [
+
"ogg" {>= "0.7.0" & < "1.0.0"}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/flac/flac.0.5.0/opam
···
"odoc" {with-doc}
]
depopts: [
-
"ogg" {>= "0.7.4"}
]
build: [
["dune" "subst"] {dev}
···
"odoc" {with-doc}
]
depopts: [
+
"ogg" {>= "0.7.4" & < "1.0.0"}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/flac/flac.0.5.1/opam
···
"odoc" {with-doc}
]
depopts: [
-
"ogg" {>= "0.7.4"}
]
build: [
["dune" "subst"] {dev}
···
"odoc" {with-doc}
]
depopts: [
+
"ogg" {>= "0.7.4" & < "1.0.0"}
]
build: [
["dune" "subst"] {dev}
+43
packages/flac/flac.1.0.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Bindings to libflac"
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/savonet/ocaml-xiph"
+
bug-reports: "https://github.com/savonet/ocaml-xiph/issues"
+
depends: [
+
"conf-libflac"
+
"conf-pkg-config"
+
"ocaml" {>= "4.03.0"}
+
"dune" {>= "2.8"}
+
"dune-configurator"
+
"odoc" {with-doc}
+
]
+
depopts: [
+
"ogg" {= version}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-xiph.git"
+
x-maintenance-intent: ["(latest)"]
+
url {
+
src:
+
"https://github.com/savonet/ocaml-xiph/archive/refs/tags/v1.0.0.tar.gz"
+
checksum: [
+
"md5=4a1490eba0b6bcd06e7849acfdf2c98a"
+
"sha512=625b1faed23a06c5f9a37bef3da817f9bac1b7493ceaab7d693d11aedd3125f75df50ae59ffd3088ffb0cb1e673ab82d14f4d684e757460a126232273865e846"
+
]
+
}
+1
packages/liquidsoap-core/liquidsoap-core.2.2.0/opam
···
"ffmpeg" {>= "1.2.0"}
"ffmpeg-avutil" {>= "1.2.0"}
"flac" {< "0.5.0"}
"frei0r" {< "0.1.0"}
"gstreamer" {< "0.3.1"}
"inotify" {< "1.0"}
···
"ffmpeg" {>= "1.2.0"}
"ffmpeg-avutil" {>= "1.2.0"}
"flac" {< "0.5.0"}
+
"flac" {> "1.0.0"}
"frei0r" {< "0.1.0"}
"gstreamer" {< "0.3.1"}
"inotify" {< "1.0"}
+1
packages/liquidsoap-core/liquidsoap-core.2.2.1/opam
···
"ffmpeg" {>= "1.2.0"}
"ffmpeg-avutil" {>= "1.2.0"}
"flac" {< "0.5.0"}
"frei0r" {< "0.1.0"}
"gstreamer" {< "0.3.1"}
"inotify" {< "1.0"}
···
"ffmpeg" {>= "1.2.0"}
"ffmpeg-avutil" {>= "1.2.0"}
"flac" {< "0.5.0"}
+
"flac" {> "1.0.0"}
"frei0r" {< "0.1.0"}
"gstreamer" {< "0.3.1"}
"inotify" {< "1.0"}
+1
packages/liquidsoap-core/liquidsoap-core.2.2.2/opam
···
"ffmpeg" {>= "1.2.0"}
"ffmpeg-avutil" {>= "1.2.0"}
"flac" {< "0.3.0"}
"frei0r" {< "0.1.0"}
"gstreamer" {< "0.3.1"}
"inotify" {< "1.0"}
···
"ffmpeg" {>= "1.2.0"}
"ffmpeg-avutil" {>= "1.2.0"}
"flac" {< "0.3.0"}
+
"flac" {> "1.0.0"}
"frei0r" {< "0.1.0"}
"gstreamer" {< "0.3.1"}
"inotify" {< "1.0"}
+1
packages/liquidsoap-core/liquidsoap-core.2.2.3/opam
···
"ffmpeg" {>= "1.2.0"}
"ffmpeg-avutil" {>= "1.2.0"}
"flac" {< "0.3.0"}
"frei0r" {< "0.1.0"}
"gstreamer" {< "0.3.1"}
"inotify" {< "1.0"}
···
"ffmpeg" {>= "1.2.0"}
"ffmpeg-avutil" {>= "1.2.0"}
"flac" {< "0.3.0"}
+
"flac" {> "1.0.0"}
"frei0r" {< "0.1.0"}
"gstreamer" {< "0.3.1"}
"inotify" {< "1.0"}
+1
packages/liquidsoap-core/liquidsoap-core.2.2.4-1/opam
···
"ffmpeg" {>= "1.2.0"}
"ffmpeg-avutil" {>= "1.2.0"}
"flac" {< "0.3.0"}
"frei0r" {< "0.1.0"}
"gstreamer" {< "0.3.1"}
"inotify" {< "1.0"}
···
"ffmpeg" {>= "1.2.0"}
"ffmpeg-avutil" {>= "1.2.0"}
"flac" {< "0.3.0"}
+
"flac" {> "1.0.0"}
"frei0r" {< "0.1.0"}
"gstreamer" {< "0.3.1"}
"inotify" {< "1.0"}
+1
packages/liquidsoap-core/liquidsoap-core.2.2.5/opam
···
"ffmpeg" {>= "1.2.0"}
"ffmpeg-avutil" {>= "1.2.0"}
"flac" {< "0.3.0"}
"frei0r" {< "0.1.0"}
"gstreamer" {< "0.3.1"}
"inotify" {< "1.0"}
···
"ffmpeg" {>= "1.2.0"}
"ffmpeg-avutil" {>= "1.2.0"}
"flac" {< "0.3.0"}
+
"flac" {> "1.0.0"}
"frei0r" {< "0.1.0"}
"gstreamer" {< "0.3.1"}
"inotify" {< "1.0"}
+1
packages/liquidsoap-core/liquidsoap-core.2.3.0/opam
···
"ffmpeg" {< "1.2.0"}
"ffmpeg-avutil" {< "1.2.0"}
"flac" {< "0.3.0"}
"frei0r" {< "0.1.0"}
"inotify" {< "1.0"}
"ladspa" {< "0.2.0"}
···
"ffmpeg" {< "1.2.0"}
"ffmpeg-avutil" {< "1.2.0"}
"flac" {< "0.3.0"}
+
"flac" {> "1.0.0"}
"frei0r" {< "0.1.0"}
"inotify" {< "1.0"}
"ladspa" {< "0.2.0"}
+40
packages/ogg/ogg.1.0.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Bindings to libogg"
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/savonet/ocaml-xiph"
+
bug-reports: "https://github.com/savonet/ocaml-xiph/issues"
+
depends: [
+
"conf-libogg"
+
"conf-pkg-config"
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.8"}
+
"dune-configurator"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-xiph.git"
+
x-maintenance-intent: ["(latest)"]
+
url {
+
src:
+
"https://github.com/savonet/ocaml-xiph/archive/refs/tags/v1.0.0.tar.gz"
+
checksum: [
+
"md5=4a1490eba0b6bcd06e7849acfdf2c98a"
+
"sha512=625b1faed23a06c5f9a37bef3da817f9bac1b7493ceaab7d693d11aedd3125f75df50ae59ffd3088ffb0cb1e673ab82d14f4d684e757460a126232273865e846"
+
]
+
}
+1 -1
packages/opus/opus.0.2.0/opam
···
"conf-pkg-config"
"dune" {>= "2.0"}
"dune-configurator"
-
"ogg" {>= "0.7.0"}
]
build: [
["dune" "subst"] {dev}
···
"conf-pkg-config"
"dune" {>= "2.0"}
"dune-configurator"
+
"ogg" {>= "0.7.0" & < "1.0.0"}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/opus/opus.0.2.1/opam
···
"conf-pkg-config"
"dune" {>= "2.8"}
"dune-configurator"
-
"ogg" {>= "0.7.0"}
"odoc" {with-doc}
]
build: [
···
"conf-pkg-config"
"dune" {>= "2.8"}
"dune-configurator"
+
"ogg" {>= "0.7.0" & < "1.0.0"}
"odoc" {with-doc}
]
build: [
+1 -1
packages/opus/opus.0.2.2/opam
···
"ocaml" {>= "4.08.0"}
"dune" {>= "2.8"}
"dune-configurator"
-
"ogg" {>= "0.7.1"}
"odoc" {with-doc}
]
build: [
···
"ocaml" {>= "4.08.0"}
"dune" {>= "2.8"}
"dune-configurator"
+
"ogg" {>= "0.7.1" & < "1.0.0"}
"odoc" {with-doc}
]
build: [
+42
packages/opus/opus.1.0.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Bindings to libopus"
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/savonet/ocaml-xiph"
+
bug-reports: "https://github.com/savonet/ocaml-xiph/issues"
+
depends: [
+
"conf-libogg"
+
"conf-libopus"
+
"conf-pkg-config"
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.8"}
+
"dune-configurator"
+
"ogg" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-xiph.git"
+
x-maintenance-intent: ["(latest)"]
+
url {
+
src:
+
"https://github.com/savonet/ocaml-xiph/archive/refs/tags/v1.0.0.tar.gz"
+
checksum: [
+
"md5=4a1490eba0b6bcd06e7849acfdf2c98a"
+
"sha512=625b1faed23a06c5f9a37bef3da817f9bac1b7493ceaab7d693d11aedd3125f75df50ae59ffd3088ffb0cb1e673ab82d14f4d684e757460a126232273865e846"
+
]
+
}
+1 -1
packages/speex/speex.0.4.0/opam
···
"conf-pkg-config"
"dune" {>= "2.0"}
"dune-configurator"
-
"ogg" {>= "0.7.0"}
]
build: [
["dune" "subst"] {dev}
···
"conf-pkg-config"
"dune" {>= "2.0"}
"dune-configurator"
+
"ogg" {>= "0.7.0" & < "1.0.0"}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/speex/speex.0.4.1/opam
···
"dune" {>= "2.8"}
"dune-configurator"
"ocaml" {>= "4.07"}
-
"ogg" {>= "0.7.0"}
"odoc" {with-doc}
]
build: [
···
"dune" {>= "2.8"}
"dune-configurator"
"ocaml" {>= "4.07"}
+
"ogg" {>= "0.7.0" & < "1.0.0"}
"odoc" {with-doc}
]
build: [
+42
packages/speex/speex.1.0.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Bindings to libspeex"
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/savonet/ocaml-xiph"
+
bug-reports: "https://github.com/savonet/ocaml-xiph/issues"
+
depends: [
+
"conf-libogg"
+
"conf-libspeex"
+
"conf-pkg-config"
+
"dune" {>= "2.8"}
+
"dune-configurator"
+
"ocaml" {>= "4.07"}
+
"ogg" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-xiph.git"
+
x-maintenance-intent: ["(latest)"]
+
url {
+
src:
+
"https://github.com/savonet/ocaml-xiph/archive/refs/tags/v1.0.0.tar.gz"
+
checksum: [
+
"md5=4a1490eba0b6bcd06e7849acfdf2c98a"
+
"sha512=625b1faed23a06c5f9a37bef3da817f9bac1b7493ceaab7d693d11aedd3125f75df50ae59ffd3088ffb0cb1e673ab82d14f4d684e757460a126232273865e846"
+
]
+
}
+1 -1
packages/theora/theora.0.4.0/opam
···
"conf-pkg-config"
"dune" {>= "2.0"}
"dune-configurator"
-
"ogg" {>= "0.7.0"}
]
build: [
["dune" "subst"] {dev}
···
"conf-pkg-config"
"dune" {>= "2.0"}
"dune-configurator"
+
"ogg" {>= "0.7.0" & < "1.0.0"}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/theora/theora.0.4.1/opam
···
"conf-pkg-config"
"dune" {>= "2.0"}
"dune-configurator"
-
"ogg" {>= "0.7.0"}
]
build: [
["dune" "subst"] {dev}
···
"conf-pkg-config"
"dune" {>= "2.0"}
"dune-configurator"
+
"ogg" {>= "0.7.0" & < "1.0.0"}
]
build: [
["dune" "subst"] {dev}
+40
packages/theora/theora.1.0.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Bindings to libtheora"
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/savonet/ocaml-xiph"
+
bug-reports: "https://github.com/savonet/ocaml-xiph/issues"
+
depends: [
+
"conf-libtheora"
+
"conf-pkg-config"
+
"dune" {>= "2.8"}
+
"dune-configurator"
+
"ogg" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-xiph.git"
+
x-maintenance-intent: ["(latest)"]
+
url {
+
src:
+
"https://github.com/savonet/ocaml-xiph/archive/refs/tags/v1.0.0.tar.gz"
+
checksum: [
+
"md5=4a1490eba0b6bcd06e7849acfdf2c98a"
+
"sha512=625b1faed23a06c5f9a37bef3da817f9bac1b7493ceaab7d693d11aedd3125f75df50ae59ffd3088ffb0cb1e673ab82d14f4d684e757460a126232273865e846"
+
]
+
}
+1 -1
packages/vorbis/vorbis.0.8.0/opam
···
"conf-pkg-config"
"dune" {>= "2.0"}
"dune-configurator"
-
"ogg" {>= "0.7.0"}
"ocaml" {>= "4.03.0"}
]
build: [
···
"conf-pkg-config"
"dune" {>= "2.0"}
"dune-configurator"
+
"ogg" {>= "0.7.0" & < "1.0.0"}
"ocaml" {>= "4.03.0"}
]
build: [
+41
packages/vorbis/vorbis.1.0.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Bindings to libvorbis"
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/savonet/ocaml-xiph"
+
bug-reports: "https://github.com/savonet/ocaml-xiph/issues"
+
depends: [
+
"conf-libvorbis"
+
"conf-pkg-config"
+
"ocaml" {>= "4.03.0"}
+
"dune" {>= "2.8"}
+
"dune-configurator"
+
"ogg" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-xiph.git"
+
x-maintenance-intent: ["(latest)"]
+
url {
+
src:
+
"https://github.com/savonet/ocaml-xiph/archive/refs/tags/v1.0.0.tar.gz"
+
checksum: [
+
"md5=4a1490eba0b6bcd06e7849acfdf2c98a"
+
"sha512=625b1faed23a06c5f9a37bef3da817f9bac1b7493ceaab7d693d11aedd3125f75df50ae59ffd3088ffb0cb1e673ab82d14f4d684e757460a126232273865e846"
+
]
+
}