this repo has no description
1opam-version: "2.0" 2synopsis: "Owl's ODE solvers, interface with ODEPACK" 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/ode" 8bug-reports: "https://github.com/owlbarn/owl_ode/issues" 9depends: [ 10 "ocaml" {>= "4.06.0"} 11 "owl" {>= "0.6.0"} 12 "dune" {>= "1.5.0"} 13 "owl-ode" {>= "0.1.0" & < "0.3.0"} 14 "owl-plplot" {with-test} 15 "odepack" 16] 17build: [ 18 ["dune" "build" "-p" name "-j" jobs] 19 ["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "4.08.0"} 20] 21dev-repo: "git+https://github.com/owlbarn/owl_ode.git" 22url { 23 src: "https://github.com/owlbarn/owl_ode/archive/v0.1.1.tar.gz" 24 checksum: [ 25 "md5=3b619cf391bfbfc8b83b6a5bdbabb593" 26 "sha512=e79d8172a601591e754924d6541c85f36b0ba8c8f0f354f59c65c6a2b76dd08a2a1ec816825798ec2e3edb1c1fc223f651840aac8c008e71495c36a781b0daa8" 27 ] 28}