opam-version: "2.0"
maintainer: "Liang Wang <ryanrhymes@gmail.com>"
authors: [ "Liang Wang" ]
license: "MIT"
homepage: "https://github.com/owlbarn/owl"
dev-repo: "git+https://github.com/owlbarn/owl.git"
bug-reports: "https://github.com/owlbarn/owl/issues"
doc: "https://owlbarn.github.io/"
synopsis: "OCaml Scientific and Engineering Computing - Top"
description: "Owl is an OCaml scientific library."

build: [
  [ "dune" "subst" ] {pinned}
  [ "dune" "build" "-p" name "-j" jobs ]
]

depends: [
  "ocaml" {>= "4.06.0"}
  "dune"
  "ocaml-compiler-libs"
  "owl"
  "owl-zoo"
]
url {
  src: "https://github.com/owlbarn/owl/releases/download/0.5.0/owl-0.5.0.tbz"
  checksum: "md5=8693a75e8ee06c0ea000543ed9733359"
}
