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] 12depends: [ 13 "ocaml" {>= "4.06.0"} 14 "dune" {>= "1.5.0"} 15 "owl-base" {>= "0.6.0"} 16] 17synopsis: "Owl's ODE solvers" 18description: """OwlDE: ODE Integration library 19 20The base library contains pure OCaml code and supports compilation with js_of_ocaml 21""" 22url { 23 src: 24 "https://github.com/owlbarn/owl_ode/releases/download/v0.2.0/owl-ode-v0.2.0.tbz" 25 checksum: [ 26 "sha256=465ef6c59925fa58df395d67fbfe10454c97c48664e4b10061df1b16f0cca050" 27 "sha512=ac528b01b3dd7d8de8bfd2e42979625db52fcd0b3d849dd61f18fd2467ed383e156afe1e0c546ffa2ba37a826484077bd7432ca051a2657ded84376a432a6573" 28 ] 29}