opam-version: "2.0"
maintainer: "owlbarn"
authors: [ "Liang Wang" "Jianxin Zhao" ]
license: "Non-Profit OSL 3.0"
homepage: "https://github.com/owlbarn/owl_symbolic"
dev-repo: "git+https://github.com/owlbarn/owl_symbolic.git"
bug-reports: "https://github.com/owlbarn/owl_symbolic/issues"
doc: "https://owlbarn.github.io/owl_symbolic"
description: "Connect Owl with other accelerators and numerical frameworks with symbolic maths."
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.06.0" & < "4.13"}
  "dune" {>= "2.0.0"}
  "owl-base" {>= "0.7.0" & < "0.10.0"}
  "ocaml-protoc" {build}
  "alcotest" {with-test}
]
synopsis: "Owl's Symbolic Library"
url {
  src:
    "https://github.com/owlbarn/owl_symbolic/releases/download/0.2.0/owl-symbolic-0.2.0.tbz"
  checksum: [
    "sha256=6444401f8bad918b3fb0d09c2cfe4b83e1e8a96a3cdf70fd89577affa7ddddfc"
    "sha512=e4670b9fba707894fce64444653d966225d21c5f76baf432816fd4c14967b1613ca2e8b3ac68873b08f156c02f10b2dcfb0710d2368317b75667e9a933397204"
  ]
}
