Name: miniball Version: 0.1 Synopsis: Bindings to Miniball, a smallest enclosing ball library Homepage: http://nonempty.org/software/haskell-miniball License: GPL-3 License-file: LICENSE Author: Gard Spreemann for bindings. Bernd Gärtner for Miniball itself. Maintainer: Gard Spreemann Copyright: 2013 Gard Spreemann (bindings). 1999-2013 Bernd Gärtner (Miniball itself) Category: Math Build-type: Simple Extra-source-files: src/foreign/miniball_wrapper.h Cabal-version: >=1.4 Description: Bindings to Miniball, a C++ library () for computing the smallest enclosing ball of a set of points in Euclidean space. . The Miniball library itself is not included, as I consider it a dependency. It consists of only a header file, and can be retrieved from . To build this package, simply have @miniball.hpp@ in GCC's include path. The standard C++ library and GCC with C++ support are also needed. . Miniball itself is copyright 1999-2013, Bernd Gärtner. . The current version has only been tested with version 3.0 of Miniball. . Changes in version 0.1: . * Initial version. Library Exposed-modules: Numeric.Miniball Other-modules: hs-source-dirs: src Build-depends: base >= 4 && <5, vector c-sources: src/foreign/miniball_wrapper.cpp cc-options: -Wall -DNDEBUG extra-libraries: stdc++ include-dirs: src/foreign/