opam-version: "2.0"
maintainer: "Leonid Rozenberg <leonidr@gmail.com>"
authors: "Leonid Rozenberg <leonidr@gmail.com>"
homepage: "https://github.com/rleonid/ocephes"
bug-reports: "https://github.com/rleonid/ocephes/issues"
license: "BSD-3-Clause"
dev-repo: "git+https://github.com/rleonid/ocephes.git"
build: [make]
install: [make "install"]
remove: ["ocamlfind" "remove" "ocephes"]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "ctypes" {>= "0.6.0" & < "0.18.0"}
  "ctypes-foreign"
]
synopsis: "Bindings to special math functions from the Cephes library"
description: """
Ctypes bindings to some of the functions in this common C
mathematical functions library."""
flags: light-uninstall
url {
  src: "https://github.com/rleonid/ocephes/archive/0.8.2.tar.gz"
  checksum: "md5=ec8045afc55b5aa235ad01f10e6204b0"
}
