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 = "x86_32" | arch = "x86_64"
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."
21x-commit-hash: "7b7af99022d7770d05ea9d54f7e0d6ac99c80762"
22url {
23 src:
24 "https://github.com/owlbarn/eigen/releases/download/0.2.1/eigen-0.2.1.tbz"
25 checksum: [
26 "sha256=f8ce888a13da855d8bc4a6654fc4f4941d2557057b30e5f99e37b1411e654bb0"
27 "sha512=a89eed0cb05506f47f8563b022bcbc749c826608dcb1ea75e436174c19a54b354eda53055543bd717c208a683aed9ba388d24ce4e264f9b7695251cafa6814d7"
28 ]
29}