1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: ocaml-frei0r
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-buildinfo,
ocaml-nox,
dh-ocaml,
frei0r-plugins-dev,
ocaml-dune,
libdune-ocaml-dev,
pkg-config
Standards-Version: 4.6.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.
|