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 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
12]
13depends: [
14 "ocaml" {>= "4.06.0"}
15 "dune" {>= "2.0.0"}
16 "owl-base" {>= "0.8.0" & < "0.9.0"}
17]
18synopsis: "Owl's ODE solvers"
19description: """OwlDE: ODE Integration library
20
21The base library contains pure OCaml code and supports compilation with js_of_ocaml
22"""
23url {
24 src:
25 "https://github.com/owlbarn/owl_ode/releases/download/v0.3.0/owl-ode-v0.3.0.tbz"
26 checksum: [
27 "sha256=f15d895329d63329376421e260ae55483cf1b74d271cbce0a45ce05d20a7ea5f"
28 "sha512=22a50eaef16f6fbe0cba922a3b1727d3f2f920a2683ca7a518543b87e1a7e5bbfbba0de0f4bc40e709ce745fe308352d159a264522bec3e79bf929eb1590209b"
29 ]
30}