File: control

package info (click to toggle)
binfmtc 0.17-2
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 732 kB
  • sloc: sh: 1,126; ansic: 889; makefile: 138; cpp: 81; asm: 48; java: 5; fortran: 3
file content (21 lines) | stat: -rw-r--r-- 678 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
Source: binfmtc
Section: utils
Priority: extra
Maintainer: Junichi Uekawa <dancer@debian.org>
Build-Depends: debhelper (>> 9.0.0)
Standards-Version: 3.7.2

Package: binfmtc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, gcc, binutils, g++, binfmt-support
Recommends: libreadline-dev
Suggests: gfortran, gcj-jdk
Description: Execute C program as script
 Linux binfmt_misc handler for C, C++, Assembly languages, Pascal,
 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.