this repo has no description
1opam-version: "2.0" 2synopsis: "Owl's ODE solvers" 3description: """\ 4OwlDE: ODE Integration library 5 6The base library contains pure OCaml code and supports compilation with js_of_ocaml""" 7maintainer: "owlbarn" 8authors: ["Marcello Seri" "Ta-Chu Calvin Kao"] 9license: "MIT" 10homepage: "https://github.com/owlbarn/owl_ode" 11doc: "https://owlbarn.github.io/owl_ode/owl-ode" 12bug-reports: "https://github.com/owlbarn/owl_ode/issues" 13depends: [ 14 "ocaml" {>= "4.10.0"} 15 "dune" {>= "2.0.0"} 16 "owl-base" {>= "0.9.0"} 17] 18build: [ 19 ["dune" "build" "-p" name "-j" jobs] 20 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 21] 22dev-repo: "git+https://github.com/owlbarn/owl_ode.git" 23url { 24 src: 25 "https://github.com/owlbarn/owl_ode/releases/download/v0.4.0/owl-ode-v0.4.0.tbz" 26 checksum: [ 27 "md5=94853ee6e39e8d1f302f6e9f2e7ce72e" 28 "sha512=999ea3f02554fc5859188c07727400d3f4ebd1a46e3885f8491a4117be4ce1fad32bd1e0806b7a3a43a7f1026e9eb7fb46ed1bc11179000cdaad64681c5bfc53" 29 ] 30}