opam-version: "2.0" maintainer: "Christophe Troestler " authors: ["Christophe Troestler "] 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] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" "jbuilder" {>= "1.0+beta7"} "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: [ "sha256=8fdc9fb9a24e3d1a3e28368bb96ab3232e9934ad47b730af2646b956d47344ac" "md5=fbdb255fd50f55db1691126e2ddfce92" ] }