opam-version: "2.0" maintainer: "Liang Wang " 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.04"} "ctypes" {>= "0.14.0"} "dune" {>= "2.0.0"} "dune-configurator" ] 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.2/eigen-0.3.2.tbz" checksum: [ "sha256=30169e1fa1e9128a6a1e21e4f6fc5995d19a5af37296348efce47aecbdc557aa" "sha512=1e4a038782abddb4e2500c031be3459136686bc5ec4b4a2eb2ec0e7c8cf772bbca5f2a208446cf7d873937126ff1de3aa5e56eef0c294cbb07fefe72b7c7fbaf" ] } x-commit-hash: "56e76053f20b118155179fe6a737c2aa6677eda0"