#include #include module Bindings.Libgit2.Refspec where #strict_import import Bindings.Libgit2.Common import Bindings.Libgit2.Types #ccall git_refspec_src , Ptr -> IO (CString) #ccall git_refspec_dst , Ptr -> IO (CString) #ccall git_refspec_src_matches , Ptr -> CString -> IO (CInt) #ccall git_refspec_transform , CString -> CSize -> Ptr -> CString -> IO (CInt)