this repo has no description

Merge pull request #19385 from toots/opam-publish-ffmpeg-ffmpeg-av-ffmpeg-avcodec-ffmpeg-avdevice-ffmpeg-avfilter-ffmpeg-avutil-ffmpeg-swresample-ffmpeg-swscale.1.0.0-rc1

8 packages from savonet/ocaml-ffmpeg at 1.0.0~rc1

Changed files
+330
packages
ffmpeg
ffmpeg.1.0.0~rc1
ffmpeg-av
ffmpeg-av.1.0.0~rc1
ffmpeg-avcodec
ffmpeg-avcodec.1.0.0~rc1
ffmpeg-avdevice
ffmpeg-avdevice.1.0.0~rc1
ffmpeg-avfilter
ffmpeg-avfilter.1.0.0~rc1
ffmpeg-avutil
ffmpeg-avutil.1.0.0~rc1
ffmpeg-swresample
ffmpeg-swresample.1.0.0~rc1
ffmpeg-swscale
ffmpeg-swscale.1.0.0~rc1
+42
packages/ffmpeg-av/ffmpeg-av.1.0.0~rc1/opam
···
+
opam-version: "2.0"
+
synopsis: "Bindings for the ffmpeg libraries -- top-level helpers"
+
maintainer: ["Romain Beauxis <toots@rastageeks.org>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/savonet/ocaml-ffmpeg"
+
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
+
depends: [
+
"conf-pkg-config" {build}
+
"conf-ffmpeg" {build}
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.8"}
+
"dune-configurator" {build}
+
"ffmpeg-avutil" {= version}
+
"ffmpeg-avcodec" {= version}
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"ffmpeg" {< "0.5.0"}
+
]
+
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-ffmpeg.git"
+
url {
+
src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.0-rc1.tar.gz"
+
checksum: [
+
"md5=996d69434972553ecf3ae04e95d5c09d"
+
"sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50"
+
]
+
}
+41
packages/ffmpeg-avcodec/ffmpeg-avcodec.1.0.0~rc1/opam
···
+
opam-version: "2.0"
+
synopsis: "Bindings for the ffmpeg avcodec library"
+
maintainer: ["Romain Beauxis <toots@rastageeks.org>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/savonet/ocaml-ffmpeg"
+
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
+
depends: [
+
"conf-pkg-config" {build}
+
"conf-ffmpeg" {build}
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.8"}
+
"dune-configurator" {build}
+
"ffmpeg-avutil" {= version}
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"ffmpeg" {< "0.5.0"}
+
]
+
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-ffmpeg.git"
+
url {
+
src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.0-rc1.tar.gz"
+
checksum: [
+
"md5=996d69434972553ecf3ae04e95d5c09d"
+
"sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50"
+
]
+
}
+41
packages/ffmpeg-avdevice/ffmpeg-avdevice.1.0.0~rc1/opam
···
+
opam-version: "2.0"
+
synopsis: "Bindings for the ffmpeg avdevice library"
+
maintainer: ["Romain Beauxis <toots@rastageeks.org>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/savonet/ocaml-ffmpeg"
+
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
+
depends: [
+
"conf-pkg-config" {build}
+
"conf-ffmpeg" {build}
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.8"}
+
"dune-configurator" {build}
+
"ffmpeg-av" {= version}
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"ffmpeg" {< "0.5.0"}
+
]
+
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-ffmpeg.git"
+
url {
+
src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.0-rc1.tar.gz"
+
checksum: [
+
"md5=996d69434972553ecf3ae04e95d5c09d"
+
"sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50"
+
]
+
}
+41
packages/ffmpeg-avfilter/ffmpeg-avfilter.1.0.0~rc1/opam
···
+
opam-version: "2.0"
+
synopsis: "Bindings for the ffmpeg avfilter library"
+
maintainer: ["Romain Beauxis <toots@rastageeks.org>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/savonet/ocaml-ffmpeg"
+
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
+
depends: [
+
"conf-pkg-config" {build}
+
"conf-ffmpeg" {build}
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.8"}
+
"dune-configurator" {build}
+
"ffmpeg-avutil" {= version}
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"ffmpeg" {< "0.5.0"}
+
]
+
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-ffmpeg.git"
+
url {
+
src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.0-rc1.tar.gz"
+
checksum: [
+
"md5=996d69434972553ecf3ae04e95d5c09d"
+
"sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50"
+
]
+
}
+41
packages/ffmpeg-avutil/ffmpeg-avutil.1.0.0~rc1/opam
···
+
opam-version: "2.0"
+
synopsis: "Bindings for the ffmpeg avutil libraries"
+
maintainer: ["Romain Beauxis <toots@rastageeks.org>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/savonet/ocaml-ffmpeg"
+
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
+
depends: [
+
"conf-pkg-config" {build}
+
"conf-ffmpeg" {build}
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.8"}
+
"dune-configurator" {build}
+
"base-threads"
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"ffmpeg" {< "0.5.0"}
+
]
+
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-ffmpeg.git"
+
url {
+
src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.0-rc1.tar.gz"
+
checksum: [
+
"md5=996d69434972553ecf3ae04e95d5c09d"
+
"sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50"
+
]
+
}
+42
packages/ffmpeg-swresample/ffmpeg-swresample.1.0.0~rc1/opam
···
+
opam-version: "2.0"
+
synopsis: "Bindings for the ffmpeg swresample library"
+
maintainer: ["Romain Beauxis <toots@rastageeks.org>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/savonet/ocaml-ffmpeg"
+
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
+
depends: [
+
"conf-pkg-config" {build}
+
"conf-ffmpeg" {build}
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.8"}
+
"dune-configurator" {build}
+
"ffmpeg-avutil" {= version}
+
"ffmpeg-avcodec" {= version}
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"ffmpeg" {< "0.5.0"}
+
]
+
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-ffmpeg.git"
+
url {
+
src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.0-rc1.tar.gz"
+
checksum: [
+
"md5=996d69434972553ecf3ae04e95d5c09d"
+
"sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50"
+
]
+
}
+41
packages/ffmpeg-swscale/ffmpeg-swscale.1.0.0~rc1/opam
···
+
opam-version: "2.0"
+
synopsis: "Bindings for the ffmpeg swscale library"
+
maintainer: ["Romain Beauxis <toots@rastageeks.org>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/savonet/ocaml-ffmpeg"
+
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
+
depends: [
+
"conf-pkg-config" {build}
+
"conf-ffmpeg" {build}
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.8"}
+
"dune-configurator" {build}
+
"ffmpeg-avutil" {= version}
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"ffmpeg" {< "0.5.0"}
+
]
+
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-ffmpeg.git"
+
url {
+
src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.0-rc1.tar.gz"
+
checksum: [
+
"md5=996d69434972553ecf3ae04e95d5c09d"
+
"sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50"
+
]
+
}
+41
packages/ffmpeg/ffmpeg.1.0.0~rc1/opam
···
+
opam-version: "2.0"
+
synopsis: "Bindings for the ffmpeg libraries"
+
maintainer: ["Romain Beauxis <toots@rastageeks.org>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/savonet/ocaml-ffmpeg"
+
bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues"
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.8"}
+
"ffmpeg-av" {= version}
+
"ffmpeg-avutil" {= version}
+
"ffmpeg-avcodec" {= version}
+
"ffmpeg-avfilter" {= version}
+
"ffmpeg-avdevice" {= version}
+
"ffmpeg-swscale" {= version}
+
"ffmpeg-swresample" {= 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-ffmpeg.git"
+
url {
+
src: "https://github.com/savonet/ocaml-ffmpeg/archive/v1.0.0-rc1.tar.gz"
+
checksum: [
+
"md5=996d69434972553ecf3ae04e95d5c09d"
+
"sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50"
+
]
+
}