Source: gpt
Section: devel
Priority: optional
Maintainer: Marcelo Jorge Vieira <metal@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev, antlr, libantlr-dev, libpcre3-dev, locales
Standards-Version: 4.0.0
Homepage: https://github.com/thiago-silva/gpt
Vcs-Git: git://anonscm.debian.org/users/metal/gpt.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/metal/gpt.git

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, libpcre3-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.

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.
