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: "7e489e58aff3dea09ecd0153c237c2170a42c964"
22url {
23 src: "https://github.com/owlbarn/owl/releases/download/1.0.1/owl-1.0.1.tbz"
24 checksum: [
25 "sha256=72ca9f6edd302fdfa16c7559cedac7ac2c885466a367e17ea1ea8807b2dd13ef"
26 "sha512=72a60fb5b0ee4eea6cd8012aab9a492a32483feb218c1b6b4b913e0af985fba288113164e5af1129c0b5fffdb49d7b9aded6647238626b6561dc7125fdeb4eb5"
27 ]
28}