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
|
Source: nim
Section: devel
Priority: optional
Maintainer: Ximin Luo <infinity0@debian.org>
Uploaders: Federico Ceratto <federico@debian.org>
Build-Depends: debhelper (>= 9),
help2man (>= 1.46.4),
libssl1.0.2
Standards-Version: 3.9.8
Homepage: http://nim-lang.org/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/nim.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/nim.git
Package: nim
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64 ppc64el
Depends: ${shlibs:Depends},
${misc:Depends},
libssl1.0.2
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.
|