this repo has no description
1opam-version: "2.0" 2maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 3authors: [ "Christophe Troestler <Christophe.Troestler@umons.ac.be>" ] 4license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" 5homepage: "https://github.com/Chris00/ocaml-odepack" 6dev-repo: "git+https://github.com/Chris00/ocaml-odepack.git" 7bug-reports: "https://github.com/Chris00/ocaml-odepack/issues" 8doc: "https://chris00.github.io/ocaml-odepack/doc/" 9tags: [ "ODE" "scientific-computing" ] 10build: [ 11 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13 ["dune" "build" "@doc"] {with-doc} 14 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 15] 16depends: [ 17 "ocaml" {>= "4.02"} 18 "base-bigarray" 19 "dune" 20 "dune-configurator" 21 "base-bytes" {build} 22 "conf-gfortran" {build} 23] 24synopsis: "Binding to ODEPACK" 25description: """ 26This is a collection of solvers for the initial value problem for 27ordinary differential equation systems.""" 28url { 29 src: 30 "https://github.com/Chris00/ocaml-odepack/releases/download/0.7/odepack-0.7.tbz" 31 checksum: [ 32 "sha256=db48c8a457e11563ff0a07e11009ddc08e43367e55dcda5ef772b1ff6e9731f0" 33 "md5=8ea18c4c07ca934ddd09a1f911683f4d" 34 ] 35}