package git
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=654558fc204f96922126c05845d58a2f8799d4686cfd69fa2a44994126e0c1d0
md5=ffaeb8d323121a23710642f17b16d446
Description
Support for on-disk and in-memory Git stores. Can read and write all the Git objects: the usual blobs, trees, commits and tags but also the pack files, pack indexes and the index file (where the staging area lives).
All the objects share a consistent API, and convenience functions are provided to manipulate the different objects. For instance, it is possible to make a pack file position independant (as the Zlib compression might change the relative offsets between the packed objects), to generate pack indexes from pack files, or to expand the filesystem of a given commit.
The library comes with a command-line tool called ogit
which shares
a similar interface with git
, but where all operations are mapped to
the API exposed ocaml-git
(and hence using only OCaml code).
Published: 01 May 2014
Dependencies (16)
- comparelib
- sexplib
- bin_prot
-
ocamlbuild
build
- lwt
- ocamlgraph
- re
- lazy-trie
-
cmdliner
< "1.0.0"
-
uri
>= "1.3.12"
- cryptokit
-
core_kernel
>= "109.55.02"
-
camlzip
>= "1.05"
-
mstruct
>= "1.3.0"
-
dolog
>= "0.4" & <= "0.6"
-
ocaml
>= "4.01.0"
Dev Dependencies
None
Used by (6)
-
irmin
< "0.8.1" | >= "0.9.0" & != "0.10.1" & < "0.11.1"
-
irmin-indexeddb
>= "2.0"
-
irmin-unix
< "0.9.9"
- jitsu
-
merge-queues
>= "0.2.0"
-
plotkicadsch
< "0.5.0"
Conflicts
None