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"}
  "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.1.tar.gz"
  checksum: "md5=b3e972bc41b49702b50972cfa8d31229"
}
