lsode 0.2.2

Solve systems of differntial equations using LSODE subroutine from ODEPACK written in Fortran.
Documentation
[build-dependencies.cc]
version = "1.0"
[dependencies.libc]
version = "0.2"

[dependencies.libffi]
version = "0.9"

[package]
authors = ["tungli <tun@mail.muni.cz>"]
build = "build.rs"
categories = ["science", "mathematics"]
description = "Solve systems of differntial equations using LSODE subroutine from ODEPACK written in Fortran."
documentation = "https://docs.rs/lsode/"
edition = "2018"
homepage = "https://github.com/tungli/lsode-rust.git"
keywords = ["ODE"]
license = "MIT"
name = "lsode"
readme = "README.md"
repository = "https://github.com/tungli/lsode-rust.git"
version = "0.2.2"