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"}
]
available: arch != "ppc64"
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."
x-commit-hash: "fa0fd23b2232ba2b4c8d0f143c666f2adf6d70aa"
url {
  src:
    "https://github.com/owlbarn/eigen/releases/download/0.3.0/eigen-0.3.0.tbz"
  checksum: [
    "sha256=ec5c286bcdedb3e4e5cc7709104ecb42e9fae4295e21fe6dd60623c77b11850a"
    "sha512=fb11c5c67c32ba67f0fd3761fc61696bfea6fdacddf7dd0cbdc53fa11fb0855daaea7a88041959996df306550dc606fa9501f9e0a1341a55d84621c75e603c2e"
  ]
}
