packages feed

ruff-0.3: ruff.cabal

Name:                ruff
Version:             0.3
Synopsis:            relatively useful fractal functions
Description:
    A library for analysis and exploration of fractals, providing
    angled internal addresses, external ray tracing, nucleus and
    bond point finding, and iterations for images of the Mandelbrot
    Set.

Homepage:            https://gitorious.org/ruff
License:             BSD3
License-file:        LICENSE
Author:              Claude Heiland-Allen
Maintainer:          claudiusmaximus@goto10.org
Copyright:           (c) 2011 Claude Heiland-Allen
Category:            Math
Build-type:          Simple

Cabal-version:       >=1.6

Library
  Exposed-modules:    Fractal.RUFF.Mandelbrot.Address
                      Fractal.RUFF.Mandelbrot.Atom
                      Fractal.RUFF.Mandelbrot.Image
                      Fractal.RUFF.Mandelbrot.Iterate
                      Fractal.RUFF.Mandelbrot.Nucleus
                      Fractal.RUFF.Mandelbrot.Ray
                      Fractal.RUFF.Types.Complex
                      Fractal.RUFF.Types.Tuple
  Build-depends:      base >= 3 && < 6,
                      array >= 0.3 && < 0.4,
                      mtl >= 2 && < 3,
                      parsec >= 3.1 && < 3.2,
                      Vec >= 0.9 && < 1
  GHC-Options:        -Wall -O2
  GHC-Prof-Options:   -prof -auto-all -caf-all

source-repository head
  type:     git
  location: git://gitorious.org/ruff/ruff.git

source-repository this
  type:     git
  location: git://gitorious.org/ruff/ruff.git
  tag:      v0.3