The gitlib package
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.
Properties
| Versions | 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.4.1, 0.5.0, 0.5.1, 0.5.2, 0.5.5, 0.6.4, 0.6.5, 0.7.0 |
|---|---|
| Dependencies | base (≥3 & <5), bytestring (≥0.9.2.1), conduit (≥0.5.5), containers (≥0.4.2), hlibgit2 (≥0.17), lens (≥2.8), parallel-io (≥0.3.2.1), stringable (≥0.1.1), system-fileio (≥0.3.9), system-filepath (≥0.4.7), text (≥0.11.2), text-icu (≥0.6.3), time (≥1.4) |
| License | MIT |
| Author | John Wiegley |
| Maintainer | johnw@fpcomplete.com |
| Category | FFI |
| Source repository | git clone git://github.com/fpco/gitlib.git |
| Upload date | Thu Jan 17 06:37:34 UTC 2013 |
| Uploaded by | JohnWiegley |
| Built on | ghc-7.6 |
Modules
Downloads
- gitlib-0.6.4.tar.gz (Cabal source package)
- package description (included in the package)