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: "http://forge.ocamlcore.org/projects/odepack/" 6dev-repo: "git+https://forge.ocamlcore.org/anonscm/git/odepack/odepack.git" 7bug-reports: "http://forge.ocamlcore.org/projects/odepack/" 8build: [ 9 ["ocaml" "setup.ml" "-configure" "--prefix" prefix] 10 ["ocaml" "setup.ml" "-build"] 11 ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} 12 ["ocaml" "setup.ml" "-build"] {with-test} 13 ["ocaml" "setup.ml" "-test"] {with-test} 14 ["ocaml" "setup.ml" "-doc"] {with-doc} 15] 16install: ["ocaml" "setup.ml" "-install"] 17remove: [ 18 ["ocamlfind" "remove" "odepack"] 19] 20depends: [ 21 "ocaml" {>= "3.12.1" & < "5.0.0"} 22 "base-bigarray" 23 "ocamlbuild" {build} 24 "ocamlfind" {build} 25 "conf-gfortran" 26] 27synopsis: "Binding to ODEPACK." 28description: """ 29This is a collection of solvers for the initial value problem for 30ordinary differential equation systems.""" 31flags: light-uninstall 32url { 33 src: 34 "https://github.com/Chris00/ocaml-odepack/releases/download/0.6.7/odepack-0.6.7.tar.gz" 35 checksum: [ 36 "sha256=18077e4df119b16ffffef56fec3f4654b96cc8545649459a8d28f1bb75c0c90b" 37 "md5=d6f555679bbc3dc38e2270a697912460" 38 ] 39}