isobmff-builder-0.3.0.0: isobmff-builder.cabal
name: isobmff-builder
version: 0.3.0.0
synopsis: A (bytestring-) builder for the ISO-14496-12 base media file format
description: Please see README.md
homepage: https://github.com/sheyll/isobmff-builder#readme
license: BSD3
license-file: LICENSE
author: Sven Heyll
maintainer: sven.heyll@gmail.com
copyright: 2016 Sven Heyll
category: Codec
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Data.ByteString.IsoBaseFileFormat.Builder
, Data.ByteString.IsoBaseFileFormat.Boxes.Box
, Data.ByteString.IsoBaseFileFormat.Boxes.BoxFields
, Data.ByteString.IsoBaseFileFormat.Boxes.FileType
, Data.ByteString.IsoBaseFileFormat.Boxes.FullBox
, Data.ByteString.IsoBaseFileFormat.Boxes.MediaData
, Data.ByteString.IsoBaseFileFormat.Boxes.Skip
, Data.ByteString.IsoBaseFileFormat.Boxes.ProgressiveDownloadInformation
, Data.ByteString.IsoBaseFileFormat.Boxes.MovieBox
build-depends: base >= 4.9 && < 5
, bytestring >= 0.10.8.1
, type-list >= 0.5.0.0
-- , mtl
, vector-sized >= 0.3.2.0
, singletons >= 2.2
default-language: Haskell2010
ghc-options: -Wall -funbox-strict-fields -fno-warn-unused-do-bind
default-extensions: ConstraintKinds
, CPP
, DataKinds
, DefaultSignatures
, DeriveDataTypeable
, DeriveFunctor
, DeriveGeneric
, FlexibleInstances
, FlexibleContexts
, FunctionalDependencies
, GADTs
, GeneralizedNewtypeDeriving
, KindSignatures
, MultiParamTypeClasses
, OverloadedStrings
, QuasiQuotes
, RecordWildCards
, RankNTypes
, ScopedTypeVariables
, StandaloneDeriving
, TemplateHaskell
, TupleSections
, TypeFamilies
, TypeInType
, TypeOperators
, TypeSynonymInstances
test-suite spec
type: exitcode-stdio-1.0
ghc-options: -Wall
hs-source-dirs: spec
default-language: Haskell2010
main-is: Spec.hs
other-modules: BoxFieldsSpec
, BoxSpec
build-depends: base >= 4.9 && < 5
, bytestring >= 0.10.8.1
, hspec
, isobmff-builder
, binary
default-language: Haskell2010
default-extensions: ConstraintKinds
, CPP
, DataKinds
, DefaultSignatures
, DeriveDataTypeable
, DeriveFunctor
, DeriveGeneric
, FlexibleInstances
, FlexibleContexts
, FunctionalDependencies
, GADTs
, GeneralizedNewtypeDeriving
, KindSignatures
, MultiParamTypeClasses
, OverloadedStrings
, QuasiQuotes
, RecordWildCards
, RankNTypes
, ScopedTypeVariables
, StandaloneDeriving
, TemplateHaskell
, TupleSections
, TypeFamilies
, TypeInType
, TypeOperators
, TypeSynonymInstances
ghc-options: -Wall -O0 -j +RTS -A256m -n2m -RTS
-fwarn-unused-binds -fno-warn-unused-do-bind -fno-warn-missing-signatures
source-repository head
type: git
location: https://github.com/githubuser/isobmff-builder