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.1.0/owl-symbolic-0.1.0.tbz"
  checksum: [
    "sha256=8c7aebc2f0f411e3aca6e3abac301f6506eae2ad5a563508e730b76149b21f5a"
    "sha512=7b252ea3aa3fec793bbf8e6b29652e5ade6c03de28f3a16d95beafed24c270178e4cbd597a899c1059818a121a5ca79f560d4d8d67d560ff6a9783784077d4dc"
  ]
}
