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/owl" 6dev-repo: "git+https://github.com/owlbarn/owl.git" 7bug-reports: "https://github.com/owlbarn/owl/issues" 8doc: "https://owlbarn.github.io/" 9synopsis: "OCaml Scientific and Engineering Computing - Base" 10description: "Owl is an OCaml scientific library." 11build: [ 12 [ "dune" "subst" ] {dev} 13 [ "dune" "build" "-p" name "-j" jobs ] 14] 15 16depends: [ 17 "ocaml" {>= "4.10.0" & < "5.0"} 18 "base-bigarray" 19 "dune" {>= "2.0.0"} 20 "stdlib-shims" 21] 22url { 23 src: "https://github.com/owlbarn/owl/releases/download/0.9.0/owl-0.9.0.tbz" 24 checksum: [ 25 "sha256=1f47c9c447b008e65cbd2a8b3495fcf5ad3de701206be4e6a43aa61f473b795c" 26 "sha512=db0ce524073f9c3ec420ca5de2991db56888eb880220ce8fecca85cad5e41537b2e3115cc5f645dbde03dc99eef3fe8582a25d09c5f6efaa0dc088ddc76d3a9c" 27 ] 28}