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.1.0"}
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.8.tar.gz"
20 checksum: [
21 "md5=764754da59c167c7804c2973c958fe04"
22 "sha512=dd2b494e8517e0dbc5552370cae31ff7299cda59e5869a38a468245a45b69a14ef8d3b9a1751c22a52c73fe92377b114f7ec5390a623f7d0fde44d508858a4f5"
23 ]
24}