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
  
     | 
    
      Source: octave-sparsersb
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Rafael Laboissière <rafael@debian.org>
Build-Depends: autoconf,
               debhelper-compat (= 13),
               dh-sequence-octave,
               librsb-dev (>= 1.2.0.9)
Standards-Version: 4.7.2
Homepage: https://gnu-octave.github.io/packages/sparsersb/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-sparsersb.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-sparsersb
Testsuite: autopkgtest-pkg-octave
Package: octave-sparsersb
Architecture: any
Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}
Description: RSB sparse matrix manipulation for Octave
 This package contains an interface to the librsb package implementing
 the Recursive Sparse Blocks (RSB) sparse matrix format for fast
 shared-memory sparse matrix computations in Octave, a scientific
 computation software.
 .
 This Octave add-on package is part of the Octave-Forge project.
 
     |