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 41 42 43 44 45
|
Source: moarvm
Maintainer: Debian Rakudo Maintainers <pkg-rakudo-devel@lists.alioth.debian.org>
Uploaders: Daniel Dehennin <daniel.dehennin@baby-gnu.org>,
Dominique Dumont <dod@debian.org>,
Robert Lemmen <robertle@semistable.com>
Section: interpreters
Priority: optional
Build-Depends: debhelper (>= 12~),
libatomic-ops-dev,
libffi-dev,
libkvm-dev [kfreebsd-any],
libtommath-dev,
libuv1-dev (>= 1.18.0),
perl-doc
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl6-team/moarvm
Vcs-Git: https://salsa.debian.org/perl6-team/moarvm.git
Homepage: http://moarvm.org/
Package: moarvm
Architecture: i386 amd64 arm64 armel armhf mips mipsel mips64el powerpc ppc64el ppc64 kfreebsd-amd64 kfreebsd-i386 s390x x32
Depends: ${shlibs:Depends},
${misc:Depends}
Description: virtual machine for Rakudo Perl 6 and NQP
Short for “Metamodel On A Runtime”, MoarVM is a runtime built for the
6model object system. It is primarily aimed at running NQP and Rakudo
Perl 6, but should be able to serve as a backend for any compilers
built using the NQP compiler toolchain.
Package: moarvm-dev
Architecture: i386 amd64 arm64 armel armhf mips mipsel mips64el powerpc ppc64el ppc64 kfreebsd-amd64 kfreebsd-i386 s390x x32
Depends: ${misc:Depends},
libatomic-ops-dev,
libffi-dev,
libtommath-dev,
libuv1-dev (>= 1.18.0),
moarvm (= ${binary:Version})
Description: development files for moarvm
Short for “Metamodel On A Runtime”, MoarVM is a runtime built for the
6model object system. It is primarily aimed at running NQP and Rakudo
Perl 6, but should be able to serve as a backend for any compilers
built using the NQP compiler toolchain.
.
This package contains the developments files required to
compile rakudo
|