gitlib-libgit2-2.1.0.0: Libgit2 backend for gitlib

Safe HaskellNone

Git.Libgit2

Description

Interface for opening and creating repositories. Repository objects are immutable, and serve only to refer to the given repository. Any data associated with the repository — such as the list of branches — is queried as needed.

Synopsis

Documentation

type family Oid m1 :: *

data OidPtr Source

Constructors

OidPtr 

checkResult :: (Eq a, Num a, Failure GitException m) => a -> Text -> m ()Source

withLibGitDo :: IO a -> IO a

Write an IO action so that proper initialization and shutdown of the thread libgit2 library is performed.