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.04"} 14 "ctypes" {>= "0.14.0"} 15 "dune" {>= "2.0.0"} 16 "dune-configurator" 17] 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.2/eigen-0.3.2.tbz" 24 checksum: [ 25 "sha256=30169e1fa1e9128a6a1e21e4f6fc5995d19a5af37296348efce47aecbdc557aa" 26 "sha512=1e4a038782abddb4e2500c031be3459136686bc5ec4b4a2eb2ec0e7c8cf772bbca5f2a208446cf7d873937126ff1de3aa5e56eef0c294cbb07fefe72b7c7fbaf" 27 ] 28} 29x-commit-hash: "56e76053f20b118155179fe6a737c2aa6677eda0"