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