This is a binding to ODEPACK, a library to solve Cauchy problems, that is ordinary differential equations (ODE) of the form ∂ₜy(t) = f(t,y(t)) with initial conditions y(t₀) = y₀.
The easier way of installing this library is to use opam:
opam install odepack
Please consult the interface or the HTML version.