name: spir-v version: 0.0.1.0 x-revision: 1 synopsis: Some utilities for reading and writing SPIR-V files description: This package exposes information scraped from the SPIR-V spec found . This is a very early version, it's not quite ready to be used. homepage: https://github.com/expipiplus1/spir-v license: MIT license-file: LICENSE author: Ellie Hermaszewska maintainer: spir.of.the.moment@monoid.al -- copyright: category: Language build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Language.SpirV.AccessQualifier Language.SpirV.AddressingModel Language.SpirV.BuiltIn Language.SpirV.Capability Language.SpirV.Decoration Language.SpirV.Dim Language.SpirV.ExecutionMode Language.SpirV.ExecutionModel Language.SpirV.FPFastMathMode Language.SpirV.FPRoundingMode Language.SpirV.FunctionControl Language.SpirV.FunctionParameterAttribute Language.SpirV.GroupOperation Language.SpirV.ImageChannelDataType Language.SpirV.ImageChannelOrder Language.SpirV.ImageFormat Language.SpirV.ImageOperands Language.SpirV.KernelEnqueueFlags Language.SpirV.KernelProfilingInfo Language.SpirV.Limits Language.SpirV.LinkageType Language.SpirV.LoopControl Language.SpirV.Magic Language.SpirV.MemoryAccess Language.SpirV.MemoryModel Language.SpirV.MemorySemantics Language.SpirV.OpCode Language.SpirV.SamplerAddressingMode Language.SpirV.SamplerFilterMode Language.SpirV.Scope Language.SpirV.SelectionControl Language.SpirV.SourceLanguage Language.SpirV.SpirEnum Language.SpirV.StorageClass -- other-modules: other-extensions: FunctionalDependencies, MultiParamTypeClasses build-depends: base >= 4.0 && < 4.9 default-language: Haskell2010 source-repository head type: git location: https://github.com/expipiplus1/spir-v