Description
Library for reading Subversion dump files.
Description
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.
README.md
A Haskell library for reading Subversion dump files.