streamly-core: Streaming, parsers, arrays and more
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
Streamly consists of two packages: "streamly-core" and "streamly". streamly-core provides basic features, and depends only on GHC boot libraries (see note below), while streamly provides higher-level features like concurrency, time, lifted exceptions, and networking. For documentation, visit the Streamly website.
This package provides streams, arrays, parsers, unicode text, file IO, and console IO functionality.
Note: The dependencies "heaps" and "monad-control" are included in the package solely for backward compatibility, and will be removed in future versions.
Properties
Versions | 0.1.0, 0.1.0, 0.2.0, 0.2.1, 0.2.2 |
---|---|
Change log | Changelog.md |
Dependencies | base (>=4.12 && <4.19), containers (>=0.6.0 && <0.7), directory (>=1.3.3 && <1.4), exceptions (>=0.8.0 && <0.11), filepath (>=1.4.2 && <1.5), fusion-plugin-types (>=0.1 && <0.2), ghc-prim (>=0.5.3 && <0.10), heaps (>=0.3 && <0.5), monad-control (>=1.0 && <1.1), template-haskell (>=2.14 && <2.20), transformers (>=0.5.5 && <0.7) [details] |
License | BSD-3-Clause |
Copyright | 2017 Composewell Technologies |
Author | Composewell Technologies |
Maintainer | streamly@composewell.com |
Category | Streamly, Streaming, Dataflow, Pipes, List, Logic, Non-determinism, Parsing, Array, Time |
Home page | https://streamly.composewell.com |
Bug tracker | https://github.com/composewell/streamly/issues |
Source repo | head: git clone https://github.com/composewell/streamly |
Uploaded | by adithyaov at 2023-03-13T12:55:44Z |
Modules
[Index] [Quick Jump]
- Streamly
- Console
- Data
- FileSystem
- Internal
- Streamly.Internal.BaseCompat
- Console
- Control
- Data
- Streamly.Internal.Data.Array
- Streamly.Internal.Data.Builder
- Either
- Streamly.Internal.Data.Fold
- Streamly.Internal.Data.IOFinalizer
- IORef
- Streamly.Internal.Data.IsMap
- Streamly.Internal.Data.List
- Maybe
- Streamly.Internal.Data.Parser
- Streamly.Internal.Data.Pipe
- Streamly.Internal.Data.Producer
- Refold
- Streamly.Internal.Data.Ring
- SVar
- Streamly.Internal.Data.Stream
- Streamly.Internal.Data.Stream.Bottom
- Streamly.Internal.Data.Stream.Chunked
- Streamly.Internal.Data.Stream.Common
- Streamly.Internal.Data.Stream.Cross
- Streamly.Internal.Data.Stream.Eliminate
- Streamly.Internal.Data.Stream.Enumerate
- Streamly.Internal.Data.Stream.Exception
- Streamly.Internal.Data.Stream.Expand
- Streamly.Internal.Data.Stream.Generate
- Streamly.Internal.Data.Stream.Lift
- Streamly.Internal.Data.Stream.Reduce
- Streamly.Internal.Data.Stream.StreamD
- Streamly.Internal.Data.Stream.StreamD.Container
- Streamly.Internal.Data.Stream.StreamD.Eliminate
- Streamly.Internal.Data.Stream.StreamD.Exception
- Streamly.Internal.Data.Stream.StreamD.Generate
- Streamly.Internal.Data.Stream.StreamD.Lift
- Streamly.Internal.Data.Stream.StreamD.Nesting
- Streamly.Internal.Data.Stream.StreamD.Step
- Streamly.Internal.Data.Stream.StreamD.Top
- Streamly.Internal.Data.Stream.StreamD.Transform
- Streamly.Internal.Data.Stream.StreamD.Transformer
- Streamly.Internal.Data.Stream.StreamD.Type
- Streamly.Internal.Data.Stream.StreamDK
- Streamly.Internal.Data.Stream.StreamK
- Streamly.Internal.Data.Stream.StreamK.Alt
- Streamly.Internal.Data.Stream.StreamK.Transformer
- Streamly.Internal.Data.Stream.StreamK.Type
- Streamly.Internal.Data.Stream.Transform
- Streamly.Internal.Data.Stream.Transformer
- Streamly.Internal.Data.Stream.Type
- Streamly.Internal.Data.Stream.Zip
- Time
- Tuple
- Streamly.Internal.Data.Unboxed
- Streamly.Internal.Data.Unfold
- FileSystem
- Serialize
- System
- Unicode
- Unicode
Flags
Manual Flags
Name | Description | Default |
---|---|---|
debug | Debug build with asserts enabled | Disabled |
dev | Development build | Disabled |
has-llvm | Use llvm backend for code generation | Disabled |
no-fusion | Disable rewrite rules for stream fusion | Disabled |
use-c-malloc | Use C malloc instead of GHC malloc | Disabled |
opt | off=GHC default, on=-O2 | Enabled |
limit-build-mem | Limits memory when building | Disabled |
use-unliftio | Use unliftio-core instead of monad-control | Disabled |
use-unfolds | Use unfolds for generation everywhere | Disabled |
use-folds | Use folds for elimination everywhere | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- streamly-core-0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees