Summary
A Haskell implementation of git storage operations, allowing users to manipulate git repositories (read and write). This implementation is fully interoperable with the main C implementation. This is strictly only manipulating the git store (what's inside the .git directory), and doesn't do anything with the index or your working directory files.
Versions
v0.3.0 :: 0/0.3.0 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~x86
- USE flags
- doc hscolour profile test
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- hscolour
- Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
- profile
- Add support for software performance analysis (will likely vary from ebuild to ebuild)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-haskell / basement : Foundation scrap box of array & string
dev-haskell / bytedump : Flexible byte dump helpers for human readers
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / cryptonite : Cryptography Primitives sink
dev-haskell / hourglass : simple performant time related library
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / memory : memory and related abstraction stuff
dev-haskell / random : random number library
dev-haskell / system-fileio : Consistent filesystem interaction across GHC versions (deprecated)
dev-haskell / system-filepath : High-level, byte-based file and directory path manipulations (deprecated)
dev-haskell / tasty : Modern and extensible testing framework
dev-haskell / tasty-quickcheck : QuickCheck support for the Tasty test framework
dev-haskell / unix-compat : Portable POSIX-compatibility layer
dev-haskell / utf8-string : Support for reading and writing UTF8 Strings
dev-haskell / vector : Efficient Arrays
dev-haskell / zlib : Compression and decompression in the gzip and zlib formats
dev-haskell / zlib-bindings : Low-level bindings to the zlib package. (deprecated)
Runtime Dependencies
dev-haskell / basement : Foundation scrap box of array & string
dev-haskell / cryptonite : Cryptography Primitives sink
dev-haskell / hourglass : simple performant time related library
dev-haskell / memory : memory and related abstraction stuff
dev-haskell / random : random number library
dev-haskell / system-fileio : Consistent filesystem interaction across GHC versions (deprecated)
dev-haskell / system-filepath : High-level, byte-based file and directory path manipulations (deprecated)
dev-haskell / unix-compat : Portable POSIX-compatibility layer
dev-haskell / utf8-string : Support for reading and writing UTF8 Strings
dev-haskell / vector : Efficient Arrays
dev-haskell / zlib : Compression and decompression in the gzip and zlib formats
dev-haskell / zlib-bindings : Low-level bindings to the zlib package. (deprecated)
Depending packages
dev-haskell / hit : Git operations in haskell
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/git: new package, a depend of hit-0.7.0
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>