File: control

package info (click to toggle)
binfmtc 0.17-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 800 kB
  • sloc: sh: 1,116; ansic: 891; cpp: 81; makefile: 81; asm: 48; java: 5; fortran: 3
file content (25 lines) | stat: -rw-r--r-- 887 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
Source: binfmtc
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/binfmtc
Vcs-Git: https://salsa.debian.org/debian/binfmtc.git
Homepage: https://www.netfort.gr.jp/~dancer/software/binfmtc.html

Package: binfmtc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, gcc, binutils, g++, binfmt-support | systemd
Recommends: libreadline-dev
Suggests: gfortran, gcj-jdk
Description: Execute C program as script
 Linux binfmt_misc handler for C, C++, Assembly languages,
 Fortran, Java(GCJ).
 .
 Using the binfmt_misc interface, binfmtc allows users to
 seamlessly execute C source code as if they were scripts.
 .
 Includes example utilities realcsh.c, realksh.c, which are for your
 real C scripting pleasures.