The svndump package
A library for parsing Subversion dump files. The objective is to convert a dump file into a series of data structures representing that same information. It uses Data.ByteString.Lazy to reading the file, and Data.Text to represent text fields which may contain Unicode characters.
Properties
| Versions | 0.1.0, 0.1.1, 0.2.0, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.4.5 |
|---|---|
| Dependencies | base (≥4.3 & <5), bytestring (0.9.*), filepath (≥1.3), parsec (≥3.1.3), text (0.11.*) |
| License | BSD3 |
| Copyright | Copyright (C) 2012 John Wiegley |
| Author | John Wiegley |
| Maintainer | John Wiegley <johnw@newartisans.com> |
| Stability | provisional |
| Category | Subversion |
| Home page | http://github.com/jwiegley/svndump/ |
| Bug tracker | http://github.com/jwiegley/svndump/issues |
| Source repository | git clone git://github.com/jwiegley/svndump.git |
| Upload date | Mon Aug 27 04:37:19 UTC 2012 |
| Uploaded by | JohnWiegley |
| Built on | ghc-7.4 |
Modules
- Subversion
- Subversion.Dump
Downloads
- svndump-0.1.0.tar.gz (Cabal source package)
- package description (included in the package)