ForestStructures: Tree- and forest structures
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.
- These packages miss upper bounds: - QuickCheck - aeson - bifunctors - containers - criterion - deepseq - fgl - lens - tasty - tasty-quickcheck - tasty-th - unordered-containers - vector - vector-th-unbox Please add them, using `cabal gen-bounds` for suggestions. For more information see: https://pvp.haskell.org/
This library provides both static and dynamic tree and forest
structures. Once a tree structure is static, it can be mappend
onto a linearized representation, which is beneficial for
algorithms that do not modify the internal tree structure, but
need fast O(1)
access to individual nodes, children, and
siblings.
[Skip to Readme]
Properties
Versions | 0.0.0.1, 0.0.0.2, 0.0.1.0, 0.0.1.1, 0.0.1.1 |
---|---|
Change log | changelog.md |
Dependencies | aeson (>=1.0), base (>=4.7 && <5.0), bifunctors (>=5.0), containers (>=0.5), deepseq (>=1.0), fgl (>=5.5), lens (>=4.0), QuickCheck (>=2.0), unordered-containers (>=0.2), vector (>=0.10), vector-th-unbox (>=0.2) [details] |
License | BSD-3-Clause |
Copyright | Christian Hoener zu Siederdissen, 2015-2023 |
Author | Christian Hoener zu Siederdissen 2015-2023, Sarah Berkemer, 2015-2017 |
Maintainer | choener@bioinf.uni-leipzig.de |
Category | Formal Languages, Bioinformatics |
Home page | https://github.com/choener/ForestStructures |
Bug tracker | https://github.com/choener/ForestStructures/issues |
Source repo | head: git clone git://github.com/choener/ForestStructures |
Uploaded | by ChristianHoener at 2023-06-14T19:38:10Z |
Modules
[Index] [Quick Jump]
Downloads
- ForestStructures-0.0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees