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] 15run-test: [ 16 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 17] 18depends: [ 19 "ocaml" {>= "4.02"} 20 "base-bigarray" 21 "dune" 22 "dune-configurator" 23 "base-bytes" {build} 24 "conf-gfortran" 25] 26synopsis: "Binding to ODEPACK" 27description: """ 28This is a collection of solvers for the initial value problem for 29ordinary differential equation systems.""" 30url { 31 src: 32 "https://github.com/Chris00/ocaml-odepack/releases/download/0.6.9/odepack-0.6.9.tbz" 33 checksum: [ 34 "sha256=11e23cea181374fc0cd654852b9845b0359987a7bc28e0cf5167bbcf8c546339" 35 "md5=a82e21b5a94b0460aa3b6c8ae56d1cd4" 36 ] 37}