Source: r-cran-dotcall64
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-r,
               r-base-dev
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-dotcall64.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-dotcall64.git
Homepage: https://cran.r-project.org/package=dotCall64

Package: r-cran-dotcall64
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Enhanced Foreign Function Interface Supporting Long Vectors
 Provides .C64(), which is an enhanced version of .C() and .Fortran() from the
 foreign function interface. .C64() supports long vectors, arguments of type
 64-bit integer, and provides a mechanism to avoid unnecessary copies of
 read-only and write-only arguments. This makes it a convenient and fast
 interface to C/C++ and Fortran code.
