OPAM repository tree fingerprinter and differ using a Merkle tree
  • OCaml 97.7%
  • Makefile 2.3%
Find a file
2017-09-12 15:24:31 +09:00
test injected some diffs in the two test trees for fun 2017-09-07 16:15:39 +09:00
jbuild added hash_file and hash_string 2017-09-06 14:07:06 +09:00
Makefile added makefile to control jbuilder 2017-09-05 09:02:43 +09:00
myFile.ml renamed String.count to String.count_char 2017-09-06 17:27:51 +09:00
myString.ml stop reinvention of the wheel 2017-09-12 15:24:31 +09:00
opmer.ml better but not that fast still 2017-09-07 17:33:49 +09:00
opmer.opam added opam file (required by jbuilder) 2017-09-05 08:59:02 +09:00
parallelization.ml WIP 2017-09-06 15:01:00 +09:00
README.md my god, this is a generic tool! 2017-09-06 17:11:09 +09:00
stringSet.ml was not compiling and initial acc value was wrong 2017-09-06 15:22:05 +09:00
utls.ml lines_of_command also has an optional debug parameter 2017-09-07 14:33:05 +09:00

opmer: "Operation Merkle"

OPAM repository tree fingerprinter and differ using a Merkle tree

In fact, this could be a generic tool to compare (hashed) directories, if "opam-repository" was not hardcoded somewhere.