this repo has no description

[new release] eigen (0.3.1)

0.3.1: support for apple M1

Changed files
+28
packages
eigen
eigen.0.3.1
+28
packages/eigen/eigen.0.3.1/opam
···
+
opam-version: "2.0"
+
maintainer: "Liang Wang <ryanrhymes@gmail.com>"
+
authors: [ "Liang Wang" ]
+
license: "MIT"
+
homepage: "https://github.com/owlbarn/eigen"
+
dev-repo: "git+https://github.com/owlbarn/eigen.git"
+
bug-reports: "https://github.com/owlbarn/eigen/issues"
+
doc: "https://owlbarn.github.io/eigen/eigen"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>= "4.02"}
+
"ctypes" {>= "0.14.0"}
+
"dune" {>= "2.0.0"}
+
]
+
synopsis: "Owl's OCaml interface to Eigen3 C++ library"
+
description:
+
"Eigen is a thin OCaml interface to Eigen3 C++ template library used in Owl to provide basic numerical support for both sparse and dense matrix operations."
+
url {
+
src:
+
"https://github.com/owlbarn/eigen/releases/download/0.3.1/eigen-0.3.1.tbz"
+
checksum: [
+
"sha256=dcb882701d1266550489f1c08f24dd14f840f1beb6f730fe84e87c9ed9a602e4"
+
"sha512=3efbf403d3daa765d7a5e6695c276566f9ff72c5e266044c6ae19d168c86dd87ddc9eb8bfa75417837cc340944b30e798e6f5d2417a0f53c48316dae9149ae7b"
+
]
+
}
+
x-commit-hash: "fa0fd23b2232ba2b4c8d0f143c666f2adf6d70aa"