File: control

package info (click to toggle)
gpt 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,452 kB
  • sloc: cpp: 6,556; sh: 4,883; makefile: 162
file content (40 lines) | stat: -rw-r--r-- 1,722 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
Source: gpt
Section: devel
Priority: optional
Maintainer: Marcelo Jorge Vieira <metal@debian.org>
Build-Depends: debhelper-compat (= 13), antlr, libantlr-dev, libpcre2-dev, locales
Standards-Version: 4.5.1
Homepage: https://github.com/gportugol/gpt/wiki
Vcs-Git: https://salsa.debian.org/debian/gpt.git
Vcs-Browser: https://salsa.debian.org/debian/gpt
Rules-Requires-Root: no

Package: gpt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, nasm
Description: G-Portugol is a Portuguese structured programming language
 G-Portugol is a Portuguese structured programming language, based on the
 popular, freeform, pseudocode known as portugol. The compiler features
 native compilation, translation to C code, and interpretation of algorithms.

Package: libgportugol-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libgportugol0 (= ${binary:Version}), antlr, libantlr-dev, libpcre2-dev
Description: Development files for the G-Portugol library
 G-Portugol is a Portuguese structured programming language, based on the
 popular, freeform, pseudocode known as portugol. The compiler features
 native compilation, translation to C code, and interpretation of algorithms.
 This package includes the development support files for building applications.

Package: libgportugol0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: G-Portugol library
 G-Portugol is a Portuguese structured programming language, based on the
 popular, freeform, pseudocode known as portugol. The compiler features
 native compilation, translation to C code, and interpretation of algorithms.
 This package includes a version of the shared library.