opam-version: "2.0" maintainer: "owlbarn" authors: [ "Marcello Seri" "Ta-Chu Calvin Kao" ] license: "MIT" homepage: "https://github.com/owlbarn/owl_ode" dev-repo: "git+https://github.com/owlbarn/owl_ode.git" bug-reports: "https://github.com/owlbarn/owl_ode/issues" doc: "https://owlbarn.github.io/owl_ode/owl-ode" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.06.0"} "dune" {>= "1.5.0"} "owl" {>= "0.6.0" & < "0.8.0"} "owl-ode-base" ] synopsis: "Owl's ODE solvers" description: """OwlDE: ODE Integration library The main library contains solvers using the faster BLAS/LAPACK Owl interface. """ url { src: "https://github.com/owlbarn/owl_ode/releases/download/v0.2.0/owl-ode-v0.2.0.tbz" checksum: [ "sha256=465ef6c59925fa58df395d67fbfe10454c97c48664e4b10061df1b16f0cca050" "sha512=ac528b01b3dd7d8de8bfd2e42979625db52fcd0b3d849dd61f18fd2467ed383e156afe1e0c546ffa2ba37a826484077bd7432ca051a2657ded84376a432a6573" ] }