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." 21x-commit-hash: "fa0fd23b2232ba2b4c8d0f143c666f2adf6d70aa" 22url { 23 src: 24 "https://github.com/owlbarn/eigen/releases/download/0.3.0/eigen-0.3.0.tbz" 25 checksum: [ 26 "sha256=ec5c286bcdedb3e4e5cc7709104ecb42e9fae4295e21fe6dd60623c77b11850a" 27 "sha512=fb11c5c67c32ba67f0fd3761fc61696bfea6fdacddf7dd0cbdc53fa11fb0855daaea7a88041959996df306550dc606fa9501f9e0a1341a55d84621c75e603c2e" 28 ] 29}