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 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
12]
13depends: [
14 "ocaml" {>= "4.06.0"}
15 "owl" {>= "0.8.0" & < "0.9.0"}
16 "dune" {>= "2.0.0"}
17 "owl-ode" {= version}
18 "owl-plplot" {with-test}
19 "odepack"
20]
21synopsis: "Owl's ODE solvers, interface with ODEPACK"
22description: """OwlDE: ODE Integration library
23
24The ODEPACK library provides bindings to ODEPACK via OCaml's
25ODEPACK library.
26"""
27url {
28 src:
29 "https://github.com/owlbarn/owl_ode/releases/download/v0.3.0/owl-ode-v0.3.0.tbz"
30 checksum: [
31 "sha256=f15d895329d63329376421e260ae55483cf1b74d271cbce0a45ce05d20a7ea5f"
32 "sha512=22a50eaef16f6fbe0cba922a3b1727d3f2f920a2683ca7a518543b87e1a7e5bbfbba0de0f4bc40e709ce745fe308352d159a264522bec3e79bf929eb1590209b"
33 ]
34}