hit-0.5.0: Git operations in haskell

The hit package

An 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 stricly only manipulating the git store (what's inside the .git directory), and doesn't do anything with the index or your working directory files.

Properties

Versions0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.5.0
Dependenciesattoparsec (≥0.10.1), base (4.*), blaze-builder, bytestring, containers, cryptohash, mtl, parsec (≥3), random, system-fileio, system-filepath, time, vector, zlib, zlib-bindings (0.1.*)
LicenseBSD3
CopyrightVincent Hanquez <vincent@snarc.org>
AuthorVincent Hanquez <vincent@snarc.org>
MaintainerVincent Hanquez <vincent@snarc.org>
Stabilityexperimental
CategoryDevelopment
Home pagehttp://github.com/vincenthz/hit
Source repositorygit clone git://github.com/vincenthz/hit
ExecutablesHit
Upload dateFri Mar 8 08:28:11 UTC 2013
Uploaded byVincentHanquez
Built onghc-7.6

Modules

Downloads