(lang dune 3.17)
(name ffmpeg-swscale)
(version 1.2.4)
(sections
 (lib /usr/lib/x86_64-linux-gnu/ocaml/5.3.0/ffmpeg-swscale)
 (libexec /usr/lib/x86_64-linux-gnu/ocaml/5.3.0/ffmpeg-swscale)
 (doc /usr/doc/ffmpeg-swscale)
 (stublibs /usr/lib/x86_64-linux-gnu/ocaml/5.3.0/stublibs))
(files
 (lib
  (META
   dune-package
   libswscale_stubs.a
   opam
   swscale.a
   swscale.cma
   swscale.cmi
   swscale.cmt
   swscale.cmti
   swscale.cmx
   swscale.cmxa
   swscale.ml
   swscale.mli))
 (libexec (swscale.cmxs))
 (doc (CHANGES README.md))
 (stublibs (dllswscale_stubs.so)))
(library
 (name ffmpeg-swscale)
 (kind normal)
 (synopsis "Bindings to ffmpeg's swscale library")
 (archives (byte swscale.cma) (native swscale.cmxa))
 (plugins (byte swscale.cma) (native swscale.cmxs))
 (foreign_objects swscale_stubs.o)
 (foreign_archives (archives (for all) (files libswscale_stubs.a)))
 (foreign_dll_files ../stublibs/dllswscale_stubs.so)
 (native_archives swscale.a)
 (requires ffmpeg-avutil)
 (main_module_name Swscale)
 (modes byte native)
 (modules
  (singleton
   (obj_name swscale)
   (visibility public)
   (source (path Swscale) (intf (path swscale.mli)) (impl (path swscale.ml))))))
