File: control

package info (click to toggle)
fungw 1.2.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,284 kB
  • sloc: ansic: 23,890; makefile: 489; sh: 32; awk: 9; perl: 8; javascript: 7; ruby: 7; tcl: 7; python: 6
file content (118 lines) | stat: -rw-r--r-- 5,080 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
Source: fungw
Section: libs
Priority: optional
Maintainer: Debian Electronics Team <pkg-electronics-devel@lists.alioth.debian.org>
Uploaders: Bdale Garbee <bdale@gag.com>
Build-Depends: debhelper (>= 11), libmawk-dev, liblua5.3-dev | liblua5.2-dev | liblua5.1-0-dev, duktape-dev, libperl-dev, libpython3-dev, tcl-dev
Standards-Version: 4.1.3
Homepage: http://repo.hu/projects/fungw
Vcs-Git: https://salsa.debian.org/electronics-team/fungw.git
Vcs-Browser: https://salsa.debian.org/electronics-team/fungw

Package: fungw
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libfungw1, libfungw-fawk1, libfungw-cli1
Description: Standard installation of libfungw
 Fungw is a tiny, portable library written in C (C89) that manages
 dynamic function calls across different programming languages.
 .
 This package installs fungw core and support for a few very small
 scripting languages.

Package: libfungw1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Core fungw library with the API
 Fungw is a tiny, portable library written in C (C89) that manages
 dynamic function calls across different programming languages.
 .
 This package installs fungw core library that provides the API, but
 does not contain any scripting language binding.

Package: libfungw-dev
Section: libdevel
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, libfungw1 (>= ${source:Version}), libfungw1 (<< ${source:Version}.1~)
Description: Core fungw library with the API
 Fungw is a tiny, portable library written in C (C89) that manages
 dynamic function calls across different programming languages.
 .
 This package constains all header files to allow applications to compile
 with fungw.

Package: libfungw-fawk1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libfungw1 (>= ${source:Version}), libfungw1 (<< ${source:Version}.1~)
Description: Scripting support for fungw: fawk, fpas and fbas
 Fungw is a tiny, portable library written in C (C89) that manages
 dynamic function calls across different programming languages.
 .
 This package installs the interpreter and fungw binding of fawk
 (function-awk), fbas (function-BASIC) and fpas (function-PASCAL)

Package: libfungw-cli1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libfungw1 (>= ${source:Version}), libfungw1 (<< ${source:Version}.1~)
Description: Scripting support for fungw: external languages (bash)
 Fungw is a tiny, portable library written in C (C89) that manages
 dynamic function calls across different programming languages.
 .
 This package installs the binding to scripting languages ran as
 an external process. Currently supported language is bash.


Package: libfungw-mawk1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libfungw1 (>= ${source:Version}), libfungw1 (<< ${source:Version}.1~)
Description: Scripting support for fungw: mawk
 Fungw is a tiny, portable library written in C (C89) that manages
 dynamic function calls across different programming languages.
 .
 This package installs the language binding for mawk.

Package: libfungw-lua1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libfungw1 (>= ${source:Version}), libfungw1 (<< ${source:Version}.1~)
Description: Scripting support for fungw: lua
 Fungw is a tiny, portable library written in C (C89) that manages
 dynamic function calls across different programming languages.
 .
 This package installs the language binding for lua.

Package: libfungw-duktape1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libfungw1 (>= ${source:Version}), libfungw1 (<< ${source:Version}.1~)
Description: Scripting support for fungw: Javascript
 Fungw is a tiny, portable library written in C (C89) that manages
 dynamic function calls across different programming languages.
 .
 This package installs the language binding for Javascript (using
 duktape).

Package: libfungw-perl1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libfungw1 (>= ${source:Version}), libfungw1 (<< ${source:Version}.1~)
Description: Scripting support for fungw: perl
 Fungw is a tiny, portable library written in C (C89) that manages
 dynamic function calls across different programming languages.
 .
 This package installs the language binding for perl.

Package: libfungw-python3-1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libfungw1 (>= ${source:Version}), libfungw1 (<< ${source:Version}.1~)
Description: Scripting support for fungw: python3
 Fungw is a tiny, portable library written in C (C89) that manages
 dynamic function calls across different programming languages.
 .
 This package installs the language binding for python 3.

Package: libfungw-tcl1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libfungw1 (>= ${source:Version}), libfungw1 (<< ${source:Version}.1~)
Description: Scripting support for fungw: tcl
 Fungw is a tiny, portable library written in C (C89) that manages
 dynamic function calls across different programming languages.
 .
 This package installs the language binding for tcl.