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.3/eigen-0.3.3.tbz" 24 checksum: [ 25 "sha256=a93184e2829196dc30afb125e68b5ef6ccf51c3d2300e77e72961505de053ece" 26 "sha512=7c5773b27fbe6d68585b11e6d0c0097091f83694bcf5d2345405088f6ee5a884d86ff64f1bbd721933ffcac3a952af21b5ea90ed25941861499a1779b182a361" 27 ] 28} 29x-commit-hash: "a5e067c03b2cb7231f1b5d64e1eba3285c71193b"