svndump: Library for reading Subversion dump files

[ bsd3, library, subversion ] [ Propose Tags ]

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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

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 attoparsec (>=0.10.2), base (>=4.3 && <5), bytestring (>=0.9), containers (>=0.4.2), filepath (>=1.3), old-locale (>=1.0.0.4), text (>=0.11), time (>=1.4 && <1.5) [details]
License BSD-3-Clause
Copyright Copyright (C) 2012 John Wiegley
Author John Wiegley
Maintainer John Wiegley <johnw@newartisans.com>
Revised Revision 1 made by Bodigrim at 2024-02-07T19:23:51Z
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-10-13T07:42:33Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5302 total (18 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]

Readme for svndump-0.4.5

[back to package description]

A Haskell library for reading Subversion dump files.