mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-05 02:29:41 +01:00
0fa719b701
- Add LICENSE files for all packages. - Add descriptions for packages that were missing one. - Work around google/proto-lens#69 by symlinking third_party into tensorflow-proto.
30 lines
996 B
Text
30 lines
996 B
Text
name: tensorflow-records-conduit
|
|
version: 0.1.0.0
|
|
synopsis: Conduit wrappers for TensorFlow.Records.
|
|
description: Conduit wrappers for TensorFlow.Records.
|
|
homepage: https://github.com/tensorflow/haskell#readme
|
|
license: Apache
|
|
license-file: LICENSE
|
|
author: TensorFlow authors
|
|
maintainer: tensorflow-haskell@googlegroups.com
|
|
copyright: Google Inc.
|
|
category: Machine Learning
|
|
build-type: Simple
|
|
cabal-version: >=1.22
|
|
|
|
library
|
|
hs-source-dirs: src
|
|
exposed-modules: TensorFlow.Records.Conduit
|
|
build-depends: base >= 4.7 && < 5
|
|
, bytestring
|
|
, cereal-conduit
|
|
, conduit
|
|
, conduit-extra
|
|
, exceptions
|
|
, resourcet
|
|
, tensorflow-records
|
|
default-language: Haskell2010
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/tensorflow/haskell
|