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"} 18 "base-bigarray" 19 "dune" {>= "2.0.0"} 20] 21url { 22 src: "https://github.com/owlbarn/owl/releases/download/1.1/owl-1.1.tbz" 23 checksum: [ 24 "sha256=983602676cf7dd54c4bdcea057825379c21703fbc7216b94dfb0400c697fca88" 25 "sha512=2c19d84412e11806dbbce399fe07099404f4987b82ec5ea305de53046063edcc32fd3dd552a04473b14c6c5b942a7ed92582f9f388e73dd652a978d775fb5a95" 26 ] 27} 28x-commit-hash: "48434ea744d8e5f488a56bb06ecd15659c58f186"