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: "f164864baf68f94a19a09b19ed377db433d7aa2a"
22url {
23 src: "https://github.com/owlbarn/owl/releases/download/1.0.0/owl-1.0.0.tbz"
24 checksum: [
25 "sha256=d91ba09488edd602dad845f68db1f980a601bdbb55d9516e3b59681eca20debe"
26 "sha512=9b31c3474a94c3b11d1dedba00639e770737e61f2e724a1288066ed976e4d0f8afe891a430e17ecf525fbca92e433d71d1b66d3ba17d4e299a4f8fdc3b902461"
27 ]
28}