opam-version: "2.0" maintainer: "Christophe Troestler " authors: [ "Christophe Troestler " ] license: "LGPL-3.0-only" homepage: "https://github.com/Chris00/ocaml-odepack" dev-repo: "git+https://github.com/Chris00/ocaml-odepack.git" bug-reports: "https://github.com/Chris00/ocaml-odepack/issues" doc: "https://chris00.github.io/ocaml-odepack/doc/" tags: [ "ODE" "scientific-computing" ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.02"} "base-bigarray" "dune" {>= "1.1"} "dune-configurator" "base-bytes" {build} "conf-gfortran" {build} ] synopsis: "Binding to ODEPACK" description: """ This is a collection of solvers for the initial value problem for ordinary differential equation systems.""" x-commit-hash: "aae99f3a58d20a524c989d93b895dfb1f16ee932" url { src: "https://github.com/Chris00/ocaml-odepack/releases/download/0.7.1/odepack-0.7.1.tbz" checksum: [ "sha256=17018556fa6c4df1fac8fec84d18afb8e3384cbde59a30232ee8598e8cbe5f1e" "sha512=c569bb084ac00bbd6d5355c4f03f7dce831c01d4e0d19489679e57e3f9b54350de685e6277cceea00ad65c7254692b64dfa0dd47e4f553dec197856653d1b196" ] }