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.12.0"} 18 "base-bigarray" 19 "dune" {>= "3.16"} 20] 21url { 22 src: "https://github.com/owlbarn/owl/releases/download/1.2/owl-1.2.tbz" 23 checksum: [ 24 "sha256=3817a2e4391922c8a2225b4e33ca95da6809246994e6bf291a300c82d8cac6c5" 25 "sha512=68a21f540cb4a289419f35cd152d132af36f1000fb41f98bab6e100698820379e36d650c5aa70a0126513451b354f86a28ea4ecf6f1d3b196b5b5e56f0fac9bd" 26 ] 27} 28x-commit-hash: "7e8313b57b4aec07832c992f0b42182c034f78fe"