opam-version: "2.0"
maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
authors: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"]
tags: ["science" "numerics"]
license: "ISC"
homepage: "https://github.com/Chris00/integration1d"
dev-repo: "git+https://github.com/Chris00/integration1d.git"
bug-reports: "https://github.com/Chris00/integration1d/issues"
doc: "https://Chris00.github.io/integration1d/doc"
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml"
  "jbuilder"
  "camlp4" {build}
]
synopsis: "Integration of functions of one variable"
description: """
This is a Collection of numerical integration routines inspired by
QUADPACK but written in pure OCaml.

Installation
------------

The easiest way of installing this library is to use [opam][]:

    opam install integration1d

If you wish to compile it by hand, install [jbuilder][] and do
`jbuilder build @install`.


Documentation
-------------

Please see the interface of the
module [Integration1D](src/integration1D.mli).


[OPAM]: https://opam.ocaml.org/
[jbuilder]: https://github.com/janestreet/jbuilder"""
url {
  src:
    "https://github.com/Chris00/integration1d/releases/download/0.5/integration1d-0.5.tbz"
  checksum: "md5=fbdb255fd50f55db1691126e2ddfce92"
}
