opam-version: "2.0"
authors: "Francois Berenger"
maintainer: "unixjunkie@sdf.org"
homepage: "https://github.com/UnixJunkie/genspir"
bug-reports: "https://github.com/UnixJunkie/genspir/issues"
dev-repo: "git+https://github.com/UnixJunkie/genspir.git"
license: "BSD-3"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
  "dune"
  "ocaml"
]
synopsis: "Generate almost uniformly points on a sphere"
description: """OCaml implementation of the generalized spiral:
a function to generate almost uniformly points on a sphere.

Bibliography:
=============

"Distributing many points on a sphere"
Saff, E.B. & Kuijlaars, A.B.J. (1997).
The Mathematical Intelligencer, 19, 5-11,
http://www.math.vanderbilt.edu/~esaff/texts/161.pdf
"""
url {
  src: "https://github.com/UnixJunkie/genspir/archive/v1.0.0.tar.gz"
  checksum: "md5=c971fd9fde16640b1c6ae8994bf36e95"
}
