this repo has no description
1opam-version: "2.0" 2maintainer: "owlbarn" 3authors: [ "Marcello Seri" "Ta-Chu Calvin Kao" ] 4license: "MIT" 5homepage: "https://github.com/owlbarn/owl_ode" 6dev-repo: "git+https://github.com/owlbarn/owl_ode.git" 7bug-reports: "https://github.com/owlbarn/owl_ode/issues" 8doc: "https://owlbarn.github.io/owl_ode/ode" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.06.0"} 14 "owl" {>= "0.5.0"} 15 "dune" {>= "1.1.0"} 16 "owl-ode" {>="0.0.7" & < "0.0.9"} 17 "owl-plplot" {with-test} 18 "sundialsml" {<"4"} 19] 20synopsis: "Owl's ODE solvers, interface with SundialsML" 21url { 22 src: "https://github.com/owlbarn/owl_ode/archive/v0.0.7.tar.gz" 23 checksum: [ 24 "md5=752ce864974abe440a202d0130cdd8ed" 25 "sha512=ced4470bda0132d055c89d133b4a00fba8ae9e1810f174803f73cce44c435ff206c24dfe42abe567a5d3d05e2f2b54d82aff43335494d89f46a663ac5fa4cd6d" 26 ] 27}