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 "eigen_cpp/libeigen_cpp_stubs.a"] 11 ["dune" "build" "-p" name "-j" jobs] 12] 13depends: [ 14 "ocaml" {>= "4.02"} 15 "ctypes" {>= "0.14.0" & < "0.21.0"} 16 "dune" {>= "1.1.0"} 17] 18available: arch = "x86_32" | arch = "x86_64" 19synopsis: "Owl's OCaml interface to Eigen3 C++ library" 20description: 21"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." 22url { 23 src: "https://github.com/owlbarn/eigen/archive/0.1.3.tar.gz" 24 checksum: [ 25 "md5=a3e9a83a291ec1d1f57a3913a4d30e10" 26 "sha512=bf978f27d28fdac370ce71380c40bfa3e70387452cc2284f56fb6728d1af0443d064063a92d6c23e6cfe11820f1f4efb6e52a07b572453ea928133548a82bec0" 27 ] 28}