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] 21x-commit-hash: "dc77f1d3b7a4b81beba5bcfc4366317e044bce6d" 22url { 23 src: "https://github.com/owlbarn/owl/releases/download/1.0.2/owl-1.0.2.tbz" 24 checksum: [ 25 "sha256=38d210ce6c1c2f09631fd59951430e4f364b5ae036c71ed1b32ce559b2a29263" 26 "sha512=c468100556445384b9c6adad9c37b5a9b8c27db8be35f61979e65fafa88c60221b8bda0a9c06cfbbc8d4e216a1ed08a315dfefb45bb4f5f15aa82d4358f57567" 27 ] 28}