Source: nim
Section: devel
Priority: optional
Maintainer: Federico Ceratto <federico@debian.org>
Build-Depends: debhelper (>= 12),
 help2man (>= 1.46.4),
 libssl-dev,
 libssl1.1
Standards-Version: 4.3.1
Homepage: https://nim-lang.org/
Vcs-Git: https://salsa.debian.org/debian/nim.git
Vcs-Browser: https://salsa.debian.org/debian/nim
Testsuite: autopkgtest

Package: nim
Architecture: amd64 arm64 armel armhf i386 mipsel mips64el powerpc ppc64 ppc64el riscv64
Depends: ${shlibs:Depends},
 ${misc:Depends},
 libssl1.1
Suggests: nim-doc
Recommends: gcc,
 git
Description: Nim programming language - compiler
 Nim is a statically typed, imperative programming language that generates
 native code via compilation to C. It provides a non-tracing GC, high level
 datatypes and local type inference, and bindings to a lot of C libraries.

Package: nim-doc
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: doc
Description: Nim programming language - documentation
 Nim is a statically typed, imperative programming language that generates
 native code via compilation to C. It provides a non-tracing GC, high level
 datatypes and local type inference, and bindings to a lot of C libraries.
 .
 This is a documentation package.
