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.06.0" & < "5.0.0"}
18 "base-bigarray"
19 "dune" {>= "1.7"}
20 "dune-configurator"
21]
22url {
23 src: "https://github.com/owlbarn/owl/archive/0.6.0.tar.gz"
24 checksum: [
25 "md5=b78de667bc02e232beb321e0d7e11347"
26 "sha512=0bb8dbeef6f762660f1bf5eaf9e4b96a9af3956fadf15a8000f99d9a676a0b6e32870d29d74bc4a87eab6967cc27ecfca82d42b9d9e682b1937dc15121f8f298"
27 ]
28}