svndump: Library for reading Subversion dump files
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.
[Skip to Readme]
Downloads
- svndump-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 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 && <0.10), filepath (>=1.3), parsec (>=3.1.3), text (>=0.11 && <0.12) [details] |
Tested with | ghc ==7.4.2 |
License | BSD-3-Clause |
Copyright | Copyright (C) 2012 John Wiegley |
Author | John Wiegley |
Maintainer | John Wiegley <johnw@newartisans.com> |
Category | Subversion |
Home page | http://github.com/jwiegley/svndump/ |
Bug tracker | http://github.com/jwiegley/svndump/issues |
Source repo | head: git clone git://github.com/jwiegley/svndump.git |
Uploaded | by JohnWiegley at 2012-08-27T04:49:41Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 5470 total (0 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |