Description
A Haskell implementation of the Git LFS protocol. It helps programs interact with large-file storage objects and metadata used by repositories that keep large files outside normal Git blobs.
Developers use it in Git tooling, repository services, and automation around large assets. LFS operations can move large data and require credentials, so transfer limits, authentication, and error recovery matter.