File: control

package info (click to toggle)
yabasic 1%3A2.78.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,356 kB
  • ctags: 1,575
  • sloc: ansic: 10,420; sh: 9,406; makefile: 17
file content (26 lines) | stat: -rw-r--r-- 940 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
Source: yabasic
Section: interpreters
Priority: optional
Maintainer: Graham Inggs <ginggs@debian.org>
Standards-Version: 3.9.8
Build-Depends: bison,
               debhelper (>= 10),
               flex,
               libice-dev,
               libncurses5-dev,
               libsm-dev,
               libx11-dev,
               libxt-dev
Homepage: http://www.yabasic.de
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/yabasic.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/yabasic.git

Package: yabasic
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Yet Another BASIC interpreter
 yabasic implements the most common and simple elements of the BASIC
 language; it comes with for-loops and goto with while-loops and
 procedures.  yabasic does monochrome line graphics, and printing
 comes with no extra effort.  yabasic runs under Unix and Windows;
 it is small (less than 200 KB) and free.