Source: xtensor Maintainer: Debian Science Maintainers Uploaders: Drew Parsons Section: libs Priority: optional Build-Depends: cmake (>= 3.1), debhelper-compat (= 13), dpkg-dev (>= 1.17.14), doctest-dev , nlohmann-json3-dev (>= 3.1.1~), xtl-dev (>= 0.7.0~), xtl-dev (<< 0.8), libxsimd-dev (>= 8.0.3~) [amd64 kfreebsd-any], python3-sphinx Build-Depends-Indep: python3-breathe , python3-sphinx , python3-sphinx-rtd-theme , graphviz , libjs-mathjax Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/science-team/xtensor Vcs-Git: https://salsa.debian.org/science-team/xtensor.git Homepage: https://github.com/xtensor-stack/xtensor Package: libxtensor-dev Architecture: any Multi-Arch: same Section: libdevel Depends: xtl-dev (>= 0.7.0~), xtl-dev (<< 0.8), nlohmann-json3-dev (>= 3.1.1~), ${misc:Depends} Recommends: libxsimd-dev (>= 8.0.3~) [amd64 kfreebsd-any] Suggests: xtensor-doc Breaks: xtensor-dev (<< 0.22.0-4~) Replaces: xtensor-dev (<< 0.22.0-4~) Description: multi-dimensional arrays with broadcasting and lazy computing xtensor is a C++ library meant for numerical analysis with multi-dimensional array expressions. . xtensor provides: . - an extensible expression system enabling lazy broadcasting. - an API following the idioms of the C++ standard library. - tools to manipulate array expressions and build upon xtensor. . Containers of xtensor are inspired by NumPy, the Python array programming library. In fact, xtensor can be used to process numpy data structures inplace using Python's buffer protocol. For more details on the numpy bindings, check out the xtensor-python project. . This package provides the header-only library. Package: xtensor-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-mathjax Built-Using: ${sphinxdoc:Built-Using} Description: documentation for xtensor xtensor is a C++ library meant for numerical analysis with multi-dimensional array expressions. . xtensor provides: . - an extensible expression system enabling lazy broadcasting. - an API following the idioms of the C++ standard library. - tools to manipulate array expressions and build upon xtensor. . Containers of xtensor are inspired by NumPy, the Python array programming library. In fact, xtensor can be used to process numpy data structures inplace using Python's buffer protocol. For more details on the numpy bindings, check out the xtensor-python project. . This package provides the documentation. Build-Profiles: Package: xtensor-dev Architecture: all Section: libdevel Depends: libxtensor-dev, ${misc:Depends} Description: multi-dimensional arrays with broadcasting (transition package) xtensor is a C++ library meant for numerical analysis with multi-dimensional array expressions. . This is a dummy package transitioning to libxtensor-dev.