this repo has no description
1opam-version: "2.0"
2maintainer: "Liang Wang <ryanrhymes@gmail.com>"
3authors: [ "Liang Wang" ]
4license: "MIT"
5homepage: "https://github.com/owlbarn/eigen"
6dev-repo: "git+https://github.com/owlbarn/eigen.git"
7bug-reports: "https://github.com/owlbarn/eigen/issues"
8doc: "https://owlbarn.github.io/eigen/eigen"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.02"}
14 "ctypes" {>= "0.14.0"}
15 "dune" {>= "2.0.0"}
16]
17available: arch != "ppc64"
18synopsis: "Owl's OCaml interface to Eigen3 C++ library"
19description:
20"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."
21url {
22 src:
23 "https://github.com/owlbarn/eigen/releases/download/0.3.1/eigen-0.3.1.tbz"
24 checksum: [
25 "sha256=dcb882701d1266550489f1c08f24dd14f840f1beb6f730fe84e87c9ed9a602e4"
26 "sha512=3efbf403d3daa765d7a5e6695c276566f9ff72c5e266044c6ae19d168c86dd87ddc9eb8bfa75417837cc340944b30e798e6f5d2417a0f53c48316dae9149ae7b"
27 ]
28}
29x-commit-hash: "fa0fd23b2232ba2b4c8d0f143c666f2adf6d70aa"