packages feed

easytensor-vulkan-2.0.2.0: easytensor-vulkan.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: fe65c6acd6937865b73c93a07e755a898d75d29aed15b93f7c899be76dc04cba

name:           easytensor-vulkan
version:        2.0.2.0
synopsis:       Use easytensor with vulkan-api.
description:    Use easytensor DataFrame types with vulkan-api. This package provides an orphan instance of PrimBytes for Vulkan structures, so they can be used as elements of DataFrames. In addition, it provides a few helper functions for working with array-like structures.
category:       math, geometry, vulkan, bsd3, graphics, library, opengl
homepage:       https://github.com/achirkin/easytensor#readme
bug-reports:    https://github.com/achirkin/easytensor/issues
author:         Artem Chirkin
maintainer:     achirkin@users.noreply.github.com
copyright:      Copyright: (c) 2019 Artem Chirkin
license:        BSD3
license-file:   LICENSE
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/achirkin/easytensor
  subdir: easytensor-vulkan

library
  exposed-modules:
      Graphics.Vulkan.Marshal.Create.DataFrame
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Wtabs -Wmonomorphism-restriction -Wmissing-local-signatures -Wmissing-home-modules -Widentities -Wredundant-constraints
  build-depends:
      base >=4.11 && <5
    , dimensions >=2 && <3
    , easytensor >=2.0.1.0 && <3
    , vulkan-api >=1.3.0.0 && <2
  default-language: Haskell2010