Source: ocaml-frei0r Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Build-Depends: debhelper-compat (= 13), dh-buildinfo, ocaml-nox, dh-ocaml, frei0r-plugins-dev, ocaml-findlib, pkg-config Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: https://github.com/savonet/ocaml-frei0r Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-frei0r.git Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-frei0r Package: libfrei0r-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml interface to the frei0r API -- runtime files This package provides an interface to the frei0r API for OCaml programmers. . frei0r is a minimalistic plugin API for video sources and filters. The behavior of the effects can be controlled from the host by simple parameters. The intent is to solve the recurring reimplementation or adaptation issue of standard effects. It is not meant as a generic API for all kinds of video applications. . This package contains only the shared runtime stub libraries. Package: libfrei0r-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, frei0r-plugins-dev, libfrei0r-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml interface to the frei0r API -- developpement files This package provides an interface to the frei0r API for OCaml programmers. . frei0r is a minimalistic plugin API for video sources and filters. The behavior of the effects can be controlled from the host by simple parameters. The intent is to solve the recurring reimplementation or adaptation issue of standard effects. It is not meant as a generic API for all kinds of video applications. . This package contains all the development stuff you need to develop OCaml programs which use ocaml-frei0r.