name: isobmff-builder version: 0.10.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.Boxes , Data.ByteString.IsoBaseFileFormat.Boxes.Box , Data.ByteString.IsoBaseFileFormat.Boxes.BoxFields , Data.ByteString.IsoBaseFileFormat.Boxes.DataInformation , Data.ByteString.IsoBaseFileFormat.Boxes.DataReference , Data.ByteString.IsoBaseFileFormat.Boxes.FileType , Data.ByteString.IsoBaseFileFormat.Boxes.FullBox , Data.ByteString.IsoBaseFileFormat.Boxes.Handler , Data.ByteString.IsoBaseFileFormat.Boxes.Media , Data.ByteString.IsoBaseFileFormat.Boxes.MediaData , Data.ByteString.IsoBaseFileFormat.Boxes.MediaHeader , Data.ByteString.IsoBaseFileFormat.Boxes.MediaInformation , Data.ByteString.IsoBaseFileFormat.Boxes.Movie , Data.ByteString.IsoBaseFileFormat.Boxes.MovieHeader , Data.ByteString.IsoBaseFileFormat.Boxes.ProgressiveDownloadInformation , Data.ByteString.IsoBaseFileFormat.Boxes.Language , Data.ByteString.IsoBaseFileFormat.Boxes.Skip , Data.ByteString.IsoBaseFileFormat.Boxes.SpecificMediaHeader , Data.ByteString.IsoBaseFileFormat.Boxes.Time , Data.ByteString.IsoBaseFileFormat.Boxes.Track , Data.ByteString.IsoBaseFileFormat.Boxes.TrackHeader , Data.ByteString.IsoBaseFileFormat.Boxes.Versioned , Data.ByteString.IsoBaseFileFormat.Brands.Dash , Data.ByteString.IsoBaseFileFormat.Brands.Types , Data.ByteString.IsoBaseFileFormat.Util.TypeLayout build-depends: base >= 4.9 && < 5 , bytestring >= 0.10.8.1 && < 0.11 , type-list >= 0.5.0.0 && < 0.6 , data-default >= 0.7.1.1 && < 0.8 , vector-sized >= 0.3.2.0 && < 0.4 , singletons >= 2.2 && < 3 , lens >= 4.14 && < 5 , time >= 1.6.0.1 && < 2 , text >= 1.2.2.1 && < 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 , BrandTypeSpec , DataReferenceSpec , DashSpec , TypeLayoutSpec build-depends: base >= 4.9 && < 5 , bytestring >= 0.10.8.1 , hspec , isobmff-builder , binary , text >= 1.2.2.1 && < 2 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