this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

8 packages from savonet/ocaml-ffmpeg at 1.1.9

+346
+44
packages/ffmpeg-av/ffmpeg-av.1.1.9/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Bindings for the ffmpeg libraries -- top-level helpers" 4 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 5 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6 + license: "LGPL-2.1-only" 7 + homepage: "https://github.com/savonet/ocaml-ffmpeg" 8 + bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 9 + depends: [ 10 + "conf-pkg-config" {build} 11 + "conf-ffmpeg" {build} 12 + "ocaml" {>= "4.08.0"} 13 + "dune" {>= "3.6"} 14 + "dune-configurator" {build} 15 + "ffmpeg-avutil" {= version} 16 + "ffmpeg-avcodec" {= version} 17 + "odoc" {with-doc} 18 + ] 19 + conflicts: [ 20 + "ffmpeg" {< "0.5.0"} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 37 + url { 38 + src: 39 + "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.9.tar.gz" 40 + checksum: [ 41 + "md5=c058628ccda8c88b58de9bfbd8e8f68c" 42 + "sha512=23ec4f4fbf4f624a57a5475e849cd302c680c9e8d94a97c448085ea6686d3488fcb34daafd2683989cbeb4255598d39d81ae1e8e59d42003fac36633a251fcfe" 43 + ] 44 + }
+43
packages/ffmpeg-avcodec/ffmpeg-avcodec.1.1.9/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Bindings for the ffmpeg avcodec library" 4 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 5 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6 + license: "LGPL-2.1-only" 7 + homepage: "https://github.com/savonet/ocaml-ffmpeg" 8 + bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 9 + depends: [ 10 + "conf-pkg-config" {build} 11 + "conf-ffmpeg" {build} 12 + "ocaml" {>= "4.08.0"} 13 + "dune" {>= "3.6"} 14 + "dune-configurator" {build} 15 + "ffmpeg-avutil" {= version} 16 + "odoc" {with-doc} 17 + ] 18 + conflicts: [ 19 + "ffmpeg" {< "0.5.0"} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 36 + url { 37 + src: 38 + "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.9.tar.gz" 39 + checksum: [ 40 + "md5=c058628ccda8c88b58de9bfbd8e8f68c" 41 + "sha512=23ec4f4fbf4f624a57a5475e849cd302c680c9e8d94a97c448085ea6686d3488fcb34daafd2683989cbeb4255598d39d81ae1e8e59d42003fac36633a251fcfe" 42 + ] 43 + }
+43
packages/ffmpeg-avdevice/ffmpeg-avdevice.1.1.9/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Bindings for the ffmpeg avdevice library" 4 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 5 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6 + license: "LGPL-2.1-only" 7 + homepage: "https://github.com/savonet/ocaml-ffmpeg" 8 + bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 9 + depends: [ 10 + "conf-pkg-config" {build} 11 + "conf-ffmpeg" {build} 12 + "ocaml" {>= "4.08.0"} 13 + "dune" {>= "3.6"} 14 + "dune-configurator" {build} 15 + "ffmpeg-av" {= version} 16 + "odoc" {with-doc} 17 + ] 18 + conflicts: [ 19 + "ffmpeg" {< "0.5.0"} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 36 + url { 37 + src: 38 + "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.9.tar.gz" 39 + checksum: [ 40 + "md5=c058628ccda8c88b58de9bfbd8e8f68c" 41 + "sha512=23ec4f4fbf4f624a57a5475e849cd302c680c9e8d94a97c448085ea6686d3488fcb34daafd2683989cbeb4255598d39d81ae1e8e59d42003fac36633a251fcfe" 42 + ] 43 + }
+43
packages/ffmpeg-avfilter/ffmpeg-avfilter.1.1.9/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Bindings for the ffmpeg avfilter library" 4 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 5 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6 + license: "LGPL-2.1-only" 7 + homepage: "https://github.com/savonet/ocaml-ffmpeg" 8 + bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 9 + depends: [ 10 + "conf-pkg-config" {build} 11 + "conf-ffmpeg" {build} 12 + "ocaml" {>= "4.08.0"} 13 + "dune" {>= "3.6"} 14 + "dune-configurator" {build} 15 + "ffmpeg-avutil" {= version} 16 + "odoc" {with-doc} 17 + ] 18 + conflicts: [ 19 + "ffmpeg" {< "0.5.0"} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 36 + url { 37 + src: 38 + "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.9.tar.gz" 39 + checksum: [ 40 + "md5=c058628ccda8c88b58de9bfbd8e8f68c" 41 + "sha512=23ec4f4fbf4f624a57a5475e849cd302c680c9e8d94a97c448085ea6686d3488fcb34daafd2683989cbeb4255598d39d81ae1e8e59d42003fac36633a251fcfe" 42 + ] 43 + }
+43
packages/ffmpeg-avutil/ffmpeg-avutil.1.1.9/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Bindings for the ffmpeg avutil libraries" 4 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 5 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6 + license: "LGPL-2.1-only" 7 + homepage: "https://github.com/savonet/ocaml-ffmpeg" 8 + bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 9 + depends: [ 10 + "conf-pkg-config" {build} 11 + "conf-ffmpeg" {build} 12 + "ocaml" {>= "4.08.0"} 13 + "dune" {>= "3.6"} 14 + "dune-configurator" {build} 15 + "base-threads" 16 + "odoc" {with-doc} 17 + ] 18 + conflicts: [ 19 + "ffmpeg" {< "0.5.0"} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 36 + url { 37 + src: 38 + "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.9.tar.gz" 39 + checksum: [ 40 + "md5=c058628ccda8c88b58de9bfbd8e8f68c" 41 + "sha512=23ec4f4fbf4f624a57a5475e849cd302c680c9e8d94a97c448085ea6686d3488fcb34daafd2683989cbeb4255598d39d81ae1e8e59d42003fac36633a251fcfe" 42 + ] 43 + }
+44
packages/ffmpeg-swresample/ffmpeg-swresample.1.1.9/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Bindings for the ffmpeg swresample library" 4 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 5 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6 + license: "LGPL-2.1-only" 7 + homepage: "https://github.com/savonet/ocaml-ffmpeg" 8 + bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 9 + depends: [ 10 + "conf-pkg-config" {build} 11 + "conf-ffmpeg" {build} 12 + "ocaml" {>= "4.08.0"} 13 + "dune" {>= "3.6"} 14 + "dune-configurator" {build} 15 + "ffmpeg-avutil" {= version} 16 + "ffmpeg-avcodec" {= version} 17 + "odoc" {with-doc} 18 + ] 19 + conflicts: [ 20 + "ffmpeg" {< "0.5.0"} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 37 + url { 38 + src: 39 + "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.9.tar.gz" 40 + checksum: [ 41 + "md5=c058628ccda8c88b58de9bfbd8e8f68c" 42 + "sha512=23ec4f4fbf4f624a57a5475e849cd302c680c9e8d94a97c448085ea6686d3488fcb34daafd2683989cbeb4255598d39d81ae1e8e59d42003fac36633a251fcfe" 43 + ] 44 + }
+43
packages/ffmpeg-swscale/ffmpeg-swscale.1.1.9/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Bindings for the ffmpeg swscale library" 4 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 5 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6 + license: "LGPL-2.1-only" 7 + homepage: "https://github.com/savonet/ocaml-ffmpeg" 8 + bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 9 + depends: [ 10 + "conf-pkg-config" {build} 11 + "conf-ffmpeg" {build} 12 + "ocaml" {>= "4.08.0"} 13 + "dune" {>= "3.6"} 14 + "dune-configurator" {build} 15 + "ffmpeg-avutil" {= version} 16 + "odoc" {with-doc} 17 + ] 18 + conflicts: [ 19 + "ffmpeg" {< "0.5.0"} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 36 + url { 37 + src: 38 + "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.9.tar.gz" 39 + checksum: [ 40 + "md5=c058628ccda8c88b58de9bfbd8e8f68c" 41 + "sha512=23ec4f4fbf4f624a57a5475e849cd302c680c9e8d94a97c448085ea6686d3488fcb34daafd2683989cbeb4255598d39d81ae1e8e59d42003fac36633a251fcfe" 42 + ] 43 + }
+43
packages/ffmpeg/ffmpeg.1.1.9/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Bindings for the ffmpeg libraries" 4 + maintainer: ["Romain Beauxis <toots@rastageeks.org>"] 5 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6 + license: "LGPL-2.1-only" 7 + homepage: "https://github.com/savonet/ocaml-ffmpeg" 8 + bug-reports: "https://github.com/savonet/ocaml-ffmpeg/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08.0"} 11 + "dune" {>= "3.6"} 12 + "ffmpeg-av" {= version} 13 + "ffmpeg-avutil" {= version} 14 + "ffmpeg-avcodec" {= version} 15 + "ffmpeg-avfilter" {= version} 16 + "ffmpeg-avdevice" {= version} 17 + "ffmpeg-swscale" {= version} 18 + "ffmpeg-swresample" {= version} 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/savonet/ocaml-ffmpeg.git" 36 + url { 37 + src: 38 + "https://github.com/savonet/ocaml-ffmpeg/archive/refs/tags/v1.1.9.tar.gz" 39 + checksum: [ 40 + "md5=c058628ccda8c88b58de9bfbd8e8f68c" 41 + "sha512=23ec4f4fbf4f624a57a5475e849cd302c680c9e8d94a97c448085ea6686d3488fcb34daafd2683989cbeb4255598d39d81ae1e8e59d42003fac36633a251fcfe" 42 + ] 43 + }