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.10.0"}
15 "owl" {>= "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/0.5.0/owl-ode-0.5.0.tbz"
30 checksum: [
31 "sha256=31b567c6e7fe9dbd34bb76be47d1a67bcfe41a39c82c57895ae87e8cbf7053b5"
32 "sha512=83c3afbf773391832b49f02b6f3e479e781bf712a970d879d5244575550838d8bd149156b25cd97726fabc45cff42565a84a4484543eadf810214d698f0ae3b8"
33 ]
34}
35x-commit-hash: "ebb9d396d6cd74742735bb486fef7315f630896f"