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