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.4.0" & < "0.6.0"}
  "ocamlbuild" {build}
]
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.1.1.tar.gz"
  checksum: "md5=a9c3f7897e5f9bff56853c6f3b8d79e8"
}
