Add ipkg file

This commit is contained in:
Kiana Sheibani 2022-05-10 17:35:12 -04:00
parent 20a36a533e
commit f73026f8a8
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
2 changed files with 13 additions and 2 deletions

View file

@ -1,2 +1,6 @@
# numidr # NumIdr
Linear algebra and matrix math library for Idris2
NumIdr is a linear algebra and matrix math library for Idris 2. It features
an efficient, type-safe array system, as well as utilities for working with
vector spaces. It is heavily inspired by Python's [NumPy](https://numpy.org/),
as well as Rust's [nalgebra](https://www.nalgebra.org/).

7
numidr.ipkg Normal file
View file

@ -0,0 +1,7 @@
package numidr
version = 0.0.0
authors = "kiana-S"
license = "MIT"
sourcedir = "src"