Source: r-cran-rcppannoy
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-rcppannoy
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-rcppannoy.git
Homepage: https://cran.r-project.org/package=RcppAnnoy
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-rcpp
Testsuite: autopkgtest-pkg-r

Package: r-cran-rcppannoy
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Rcpp bindings for Annoy (approximate nearest neighbors)
 'Annoy' is a small C++ library for Approximate Nearest Neighbors
 written for efficient memory usage as well an ability to load from / save to
 disk. This package provides an R interface by relying on the 'Rcpp' package,
 exposing the same interface as the original Python wrapper to 'Annoy'.
