File: control

package info (click to toggle)
pd-lua 0.7.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 624 kB
  • sloc: ansic: 1,331; makefile: 421
file content (35 lines) | stat: -rw-r--r-- 1,190 bytes parent folder | download
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
Source: pd-lua
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-buildinfo,
 devscripts,
 pkg-config,
 liblua5.2-dev,
 puredata-dev | puredata,
Standards-Version: 4.5.0
Section: sound
Homepage: https://download.puredata.info/pdlua
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-lua.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-lua
Rules-Requires-Root: no

Package: pd-lua
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 puredata | pd,
Description: Lua bindings for Pure Data
 pd-lua adds a new loader to Pure Data (Pd), that allows one to load
 objectclasses written in the popular Lua programming language.
 .
 Some programming problems are complicated to express in graphical
 dataflow languages like Pd, requiring the user to ressort to objectclasses
 written in more general purpose languages.
 For those who do not want to use compiled languages like C/C++, this package
 offers the possibility to write first-class objectclasses in the lightweight
 programming language "Lua".