Source: faust Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: IOhannes m zmölnig (Debian/GNU) , Build-Depends: bison, cmake, debhelper-compat (= 13), flex, help2man , libedit-dev, libmicrohttpd-dev, libncurses5-dev, libsndfile-dev, libssl-dev, libtool, llvm-dev, pkg-config, ruby:any, zlib1g-dev, Rules-Requires-Root: no Standards-Version: 4.6.2 Homepage: https://faust.grame.fr/ Vcs-Git: https://salsa.debian.org/multimedia-team/faust.git Vcs-Browser: https://salsa.debian.org/multimedia-team/faust Package: faust Architecture: any Depends: faust-common (<< ${source:Upstream-Version}+1~), faust-common (>= ${source:Version}), libfaust2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, Recommends: g++ | c++-compiler, libc6-dev | libc-dev, make, perl, python3, ruby, zip, Suggests: ca-certificates, cargo, catkin, dssi-dev, feh, firefox, graphviz, inkscape, julia, ladspa-sdk, libasound-dev, libboost-dev, libcsound64-dev, libgtk2.0-dev, libjack-dev | libjack-jackd2-dev, librtaudio-dev, libsndfile-dev, lv2-dev, octave, pkg-config, portaudio19-dev, puredata-dev, qtbase5-dev, supercollider-dev, texlive-latex-extra, xdg-utils, Description: functional programming language for realtime audio applications Faust is a functional programming language specifically designed for realtime audio applications and plugins. The syntax of the language is block diagram oriented. The faust compiler translate signal processing specifications into optimized C++ code for signal processing applications. . The generated code can be wrapped into an 'architecture file' in order to create for example a standalone jack/gtk application. Several architecture file are provided and additional ones are fairly easy to add. . Syntax highlighting of faust files for various editors is included in the 'faust-common' package (which will be automatically installed along this package). Package: faust-common Architecture: all Multi-Arch: foreign Breaks: faust (<< 0.9.90~repack1-1), Replaces: faust (<< 0.9.90~repack1-1), Depends: ${misc:Depends}, Description: functional programming language for realtime audio applications - common files Faust is a functional programming language specifically designed for realtime audio applications and plugins. The syntax of the language is block diagram oriented. The faust compiler translate signal processing specifications into optimized C++ code for signal processing applications. . The generated code can be wrapped into an 'architecture file' in order to create for example a standalone jack/gtk application. Several architecture file are provided and additional ones are fairly easy to add. . This package contains the architecture independent files for faust as well as syntax highlighting files for various editors. Package: libfaust2 Architecture: any Multi-Arch: same Section: libs Depends: ${misc:Depends}, ${shlibs:Depends}, Description: functional programming language for realtime audio applications - libraries Faust is a functional programming language specifically designed for realtime audio applications and plugins. The syntax of the language is block diagram oriented. The faust compiler translate signal processing specifications into optimized C++ code for signal processing applications. . The generated code can be wrapped into an 'architecture file' in order to create for example a standalone jack/gtk application. Several architecture file are provided and additional ones are fairly easy to add. . This package contains the libraries for applications built with faust.