Safe Haskell | None |
---|
Data.Git
Description
gitlib
is a high-level, lazy and conduit-aware type wrapper around the
libgit2 C library (http://libgit2.github.com). The aim is both
type-safety and convenience of use for Haskell users, combined with high
performance and minimal memory footprint by taking advantage of Haskell's
laziness and the conduit library's deterministic resource cleanup.
For further information, as well as typical use cases, see Data.Git.Tutorial.
Documentation
module Data.Git.Repository
module Data.Git.Commit
module Data.Git.Blob
module Data.Git.Error
module Data.Git.Oid
module Data.Git.Tree
module Data.Git.Reference
module Data.Git.Common
module Data.Git.Object