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/ode"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.06.0"}
14 "owl" {>= "0.6.0"}
15 "dune" {>= "1.5.0"}
16 "owl-ode" {>="0.1.0" & < "0.3.0"}
17 "sundialsml" {<"4"}
18]
19synopsis: "Owl's ODE solvers, interface with SundialsML"
20url {
21 src: "https://github.com/owlbarn/owl_ode/archive/v0.1.0.tar.gz"
22 checksum: [
23 "md5=4e46481a58735ccbc5f9ca0978862553"
24 "sha512=0cbbaec0520e9efd7578d1a46760a9c5e0ecbc1dc62d11fc1ad63402f2b6e1dfe42be64a089d371c85248c3ba7393ae32999a56b0af45ca790caaf82049c3c8f"
25 ]
26}