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/owl-ode" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 12] 13depends: [ 14 "ocaml" {>= "4.10.0"} 15 "dune" {>= "2.0.0"} 16 "owl-base" {>= "0.9.0"} 17] 18synopsis: "Owl's ODE solvers" 19description: """OwlDE: ODE Integration library 20 21The base library contains pure OCaml code and supports compilation with js_of_ocaml 22""" 23url { 24 src: 25 "https://github.com/owlbarn/owl_ode/releases/download/0.5.0/owl-ode-0.5.0.tbz" 26 checksum: [ 27 "sha256=31b567c6e7fe9dbd34bb76be47d1a67bcfe41a39c82c57895ae87e8cbf7053b5" 28 "sha512=83c3afbf773391832b49f02b6f3e479e781bf712a970d879d5244575550838d8bd149156b25cd97726fabc45cff42565a84a4484543eadf810214d698f0ae3b8" 29 ] 30} 31x-commit-hash: "ebb9d396d6cd74742735bb486fef7315f630896f"