Source: colpack Maintainer: Debian Science Maintainers Uploaders: Barak A. Pearlmutter Build-Depends: debhelper-compat (= 13), autoconf-archive Standards-Version: 4.7.3 Section: libs Homepage: https://cscapes.cs.purdue.edu/coloringpage/ Vcs-Git: https://salsa.debian.org/science-team/colpack.git Vcs-Browser: https://salsa.debian.org/science-team/colpack Package: libcolpack-dev Section: libdevel Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, libcolpack0t64 (= ${binary:Version}) Multi-Arch: same Description: Specialized graph vertex coloring library, development files ColPack is a package comprising of implementation of algorithms for specialized vertex coloring problems that arise in sparse derivative computation. It is written in an object-oriented fashion heavily using the Standard Template Library (STL). It is designed to be simple, modular, extenable and efficient. Its primary application has been for use in automatic differentiation. . This package contains the development library, header files, and documentation. Package: libcolpack0t64 Provides: ${t64:Provides} X-Time64-Compat: libcolpack0v5 Breaks: libcolpack0v5 (<< ${source:Version}) Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: libcolpack0 Replaces: libcolpack0v5, libcolpack0 Description: Specialized graph vertex coloring library, shared library ColPack is a package comprising of implementation of algorithms for specialized vertex coloring problems that arise in sparse derivative computation. It is written in an object-oriented fashion heavily using the Standard Template Library (STL). It is designed to be simple, modular, extenable and efficient. Its primary application has been for use in automatic differentiation. . This package contains the runtime library.