summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
new file mode 100644
index 0000000..dd4fac9
--- /dev/null
+++ b/package.yaml
@@ -0,0 +1,17 @@
+name: coda-pca
+version: 0.1
+synopsis: PCA on CODA
+maintainer: Justin Bedo <cu@cua0.org>
+license: MIT
+
+dependencies:
+ - base
+ - inline-c
+ - vector
+ - hmatrix
+
+library:
+ exposed-modules:
+ - Numeric.CODA.PCA
+ c-sources:
+ - pca.c