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}
  "oasis" {build}
  "ctypes" {< "0.6.0"}
]
synopsis: "Bindings to special math functions from the Cephes library."
description: "Easy special math functions in OCaml"
flags: light-uninstall
url {
  src: "https://github.com/rleonid/Ocephes/archive/0.8.tar.gz"
  checksum: "md5=dd0a046fa89746cb62b1005cc0a6d28e"
}
