LslPlus-0.1.0: LslPlus.cabal
Name: LslPlus
version: 0.1.0
Synopsis: An execution and testing framework for the Linden Scripting Language (LSL)
Description:
Provides a framework for executing Linden Scripting Language scripts offline,
i.e. outside a Second Life® simulator. The primary product is the LslPlus executable,
which works in cooperation with the LSL Plus Eclipse plugin (the executable is not
much use standalone). It also provides a library, which includes a parser and
corresponding quasiquoter, a unit test framework for LSL, and a simulator for running
scripts.
Cabal-Version: >= 1.5
Homepage: http:/lslplus.sourceforge.net/
License: BSD3
License-file: LICENSE
Category: Language
Copyright: Copyright (c) Robert Greayer 2008.
Author: Robert Greayer
Maintainer: robgreayer@yahoo.com
Stability: experimental
Build-Type: Simple
Tested-With: GHC ==6.10.1
Library
Build-Depends: ghc >= 6.10, base >= 4.0 && < 4.1, haskell98, filepath >= 1.1.0.0 && < 1.2, parsec >= 2.1.0.0 && < 3,
HaXml >= 1.19 && < 1.20, directory > 1 && < 1.1, mtl >= 1.1 && < 1.2,
network >= 2.1 && < 2.3, random >= 1.0, containers >= 0.1 && < 0.3, old-time, utf8-string >= 0.3 && < 0.4,
pureMD5 >= 0.2 && < 3, bytestring >= 0.9 && < 0.10, template-haskell >= 2.3.0.0 && < 2.4, syb >= 0.1.0.0 && < 0.2.0.0
Exposed-Modules: Language.Lsl.Syntax, Language.Lsl.Parse, Language.Lsl.QQ, Language.Lsl.Sim
Language.Lsl.WorldDef, Language.Lsl.UnitTest, Language.Lsl.UnitTestEnv, Language.Lsl.Render
Executable LslPlus
Build-Depends: ghc >= 6.10, base >= 4.0 && < 4.1, haskell98, filepath >= 1.1.0.0 && < 1.2, parsec >= 2.1.0.0 && < 3,
HaXml >= 1.19 && < 1.20, directory > 1 && < 1.1, mtl >= 1.1 && < 1.2,
network >= 2.1 && < 2.3, random >= 1.0, containers >= 0.1 && < 0.3, old-time, utf8-string >= 0.3 && < 0.4,
pureMD5 >= 0.2 && < 3, bytestring >= 0.9 && < 0.10, template-haskell >= 2.3.0.0 && < 2.4, syb >= 0.1.0.0 && < 0.2.0.0
Main-Is: LslPlus.hs
Hs-Source-Dirs: .
Ghc-Options: -fwarn-unused-imports