spatial-math-0.1.1: spatial-math.cabal
name: spatial-math
version: 0.1.1
synopsis: 3d math including quaternions/euler angles/dcms and utility functions
description: This is a port of my 'mathlib' C library: https://github.com/ghorn/mathlib
license: BSD3
license-file: LICENSE
author: Greg Horn
maintainer: gregmainland@gmail.com
-- copyright:
category: Math
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: SpatialMath,
Quat,
Xyz
-- other-modules:
build-depends: base >= 4 && < 5,
hmatrix >= 0.14 && < 0.15
source-repository head
type: git
location: git://github.com/ghorn/spatial-math.git