diff options
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r-- | ox-arrays.cabal | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index c46e216..d47cdfa 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -2,9 +2,13 @@ cabal-version: 3.0 name: ox-arrays version: 0.1.0.0 synopsis: An efficient CPU-based multidimensional array (tensor) library -description: An efficient and richly typed CPU-based multidimensional array (tensor) library built upon the optimized tensor representation (strides list) implemented in the orthotope package. -author: Tom Smeding -maintainer: Tom Smeding +description: + An efficient and richly typed CPU-based multidimensional array (tensor) + library built upon the optimized tensor representation (strides list) + implemented in the orthotope package. +copyright: (c) 2025 Tom Smeding, Mikolaj Konarski +author: Tom Smeding, Mikolaj Konarski +maintainer: Tom Smeding <xhackage@tomsmeding.com> license: BSD-3-Clause category: Array, Tensors build-type: Simple |