File: control

package info (click to toggle)
yabasic 1%3A2.89.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,008 kB
  • sloc: ansic: 12,203; sh: 4,417; makefile: 19
file content (30 lines) | stat: -rw-r--r-- 1,079 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
Source: yabasic
Section: interpreters
Priority: optional
Maintainer: Graham Inggs <ginggs@debian.org>
Standards-Version: 4.5.1
Rules-Requires-Root: no
Build-Depends: bison,
               debhelper-compat (= 13),
               flex,
               libffi-dev,
               libice-dev,
               libncurses5-dev,
               libsm-dev,
               libwhereami-dev,
               libx11-dev,
               libxt-dev
Homepage: http://www.yabasic.de
Vcs-Browser: https://salsa.debian.org/debian/yabasic
Vcs-Git: https://salsa.debian.org/debian/yabasic.git

Package: yabasic
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Yet Another BASIC interpreter
 Yabasic is a traditional basic-interpreter. It comes with goto and
 various loops and allows one to define subroutines and libraries.
 It does simple graphics and printing. Yabasic can call out to libraries
 written in  C and allows one to create standalone programs.
 Yabasic runs under  Unix and Windows and has comprehensive documentation;
 it is small, simple, open-source and free.