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" 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" "-p" name "-j" jobs] {with-doc} 14 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 15] 16depends: [ 17 "ocaml" {>= "4.02"} 18 "base-bigarray" 19 "dune" {>= "1.1"} 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.""" 28x-commit-hash: "aae99f3a58d20a524c989d93b895dfb1f16ee932" 29url { 30 src: 31 "https://github.com/Chris00/ocaml-odepack/releases/download/0.7.1/odepack-0.7.1.tbz" 32 checksum: [ 33 "sha256=17018556fa6c4df1fac8fec84d18afb8e3384cbde59a30232ee8598e8cbe5f1e" 34 "sha512=c569bb084ac00bbd6d5355c4f03f7dce831c01d4e0d19489679e57e3f9b54350de685e6277cceea00ad65c7254692b64dfa0dd47e4f553dec197856653d1b196" 35 ] 36}