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 "odepack"
18]
19synopsis: "Owl's ODE solvers, interface with ODEPACK"
20description: """OwlDE: ODE Integration library
21
22The ODEPACK library provides bindings to ODEPACK via OCaml's
23ODEPACK library.
24"""
25url {
26 src:
27 "https://github.com/owlbarn/owl_ode/releases/download/v0.2.0/owl-ode-v0.2.0.tbz"
28 checksum: [
29 "sha256=465ef6c59925fa58df395d67fbfe10454c97c48664e4b10061df1b16f0cca050"
30 "sha512=ac528b01b3dd7d8de8bfd2e42979625db52fcd0b3d849dd61f18fd2467ed383e156afe1e0c546ffa2ba37a826484077bd7432ca051a2657ded84376a432a6573"
31 ]
32}