this repo has no description
1opam-version: "2.0"
2synopsis: "Owl's ODE solvers, interface with ODEPACK"
3description: """\
4OwlDE: ODE Integration library
5
6The ODEPACK library provides bindings to ODEPACK via OCaml's
7ODEPACK library."""
8maintainer: "owlbarn"
9authors: ["Marcello Seri" "Ta-Chu Calvin Kao"]
10license: "MIT"
11homepage: "https://github.com/owlbarn/owl_ode"
12doc: "https://owlbarn.github.io/owl_ode/ode"
13bug-reports: "https://github.com/owlbarn/owl_ode/issues"
14depends: [
15 "ocaml" {>= "4.10.0"}
16 "owl" {>= "0.9.0"}
17 "dune" {>= "2.0.0"}
18 "owl-ode" {= version}
19 "owl-plplot" {with-test}
20 "odepack"
21]
22build: [
23 ["dune" "build" "-p" name "-j" jobs]
24 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
25]
26dev-repo: "git+https://github.com/owlbarn/owl_ode.git"
27url {
28 src:
29 "https://github.com/owlbarn/owl_ode/releases/download/v0.4.0/owl-ode-v0.4.0.tbz"
30 checksum: [
31 "md5=94853ee6e39e8d1f302f6e9f2e7ce72e"
32 "sha512=999ea3f02554fc5859188c07727400d3f4ebd1a46e3885f8491a4117be4ce1fad32bd1e0806b7a3a43a7f1026e9eb7fb46ed1bc11179000cdaad64681c5bfc53"
33 ]
34}