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/owl-ode"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.06.0"}
14 "dune" {>= "1.5.0"}
15 "owl" {>= "0.6.0" & < "0.8.0"}
16 "owl-ode-base"
17]
18synopsis: "Owl's ODE solvers"
19description: """OwlDE: ODE Integration library
20
21The main library contains solvers using the faster BLAS/LAPACK
22Owl interface.
23"""
24url {
25 src:
26 "https://github.com/owlbarn/owl_ode/releases/download/v0.2.0/owl-ode-v0.2.0.tbz"
27 checksum: [
28 "sha256=465ef6c59925fa58df395d67fbfe10454c97c48664e4b10061df1b16f0cca050"
29 "sha512=ac528b01b3dd7d8de8bfd2e42979625db52fcd0b3d849dd61f18fd2467ed383e156afe1e0c546ffa2ba37a826484077bd7432ca051a2657ded84376a432a6573"
30 ]
31}