octane-0.12.0: package.yaml
benchmarks:
octane-benchmark:
dependencies:
- base
- criterion ==1.1.*
- octane
ghc-options:
- -rtsopts
- -threaded
- -with-rtsopts=-N
main: Main.hs
source-dirs: benchmark
category: Game
description: Octane parses Rocket League replays.
executables:
octane:
dependencies:
- base
- octane
ghc-options:
- -rtsopts
- -threaded
- -with-rtsopts=-N
main: Main.hs
source-dirs: executable
extra-source-files:
- CHANGELOG.markdown
- package.yaml
- README.markdown
- stack.yaml
ghc-options: -Wall
github: tfausak/octane
library:
dependencies:
- aeson ==0.11.*
- base ==4.9.*
- bimap ==0.3.*
- binary ==0.8.*
- binary-bits ==0.5.*
- bytestring ==0.10.*
- containers ==0.5.*
- data-binary-ieee754 ==0.4.*
- deepseq ==1.4.*
- http-client ==0.4.*
- http-client-tls ==0.2.*
- text ==1.2.*
- unordered-containers ==0.2.*
- vector ==0.11.*
source-dirs: library
license: MIT
license-file: LICENSE.markdown
maintainer: Taylor Fausak
name: octane
synopsis: Parse Rocket League replays.
tests:
octane-doctest:
dependencies:
- base
- octane
- doctest ==0.11.*
ghc-options:
- -rtsopts
- -threaded
- -with-rtsopts=-N
main: DocTest.hs
source-dirs: test-suite
octane-test-suite:
dependencies:
- base
- octane
- tasty ==0.11.*
- tasty-hspec ==1.1.*
ghc-options:
- -rtsopts
- -threaded
- -with-rtsopts=-N
main: Main.hs
source-dirs: test-suite
version: '0.12.0'