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.7"}
15 "owl" {>= "0.5.0" & < "0.6.0"}
16]
17synopsis: "Owl's ODE solvers"
18url {
19 src: "https://github.com/owlbarn/owl_ode/archive/V0.0.9.tar.gz"
20 checksum: [
21 "md5=778b6567d54fb5dd78be3ed502341aba"
22 "sha512=f8090e120e878fcc025d26208dfdecf0d40db476e771519c6400bbf97c99018c4337f285a50b91c3b5461310340bc5ef01d21cb4b53e32178ce08f13dae844a8"
23 ]
24}