package ocamldiff
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCamldiff is a small OCaml library providing functions to parse and display diff results
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocamldiff-1.2.tar.bz2
md5=a7944e8628a72a6d3a22aa2e1e9abde3
sha512=edbc495be519b22c42e97140b756d831c71cb761efe38aabd599659954adee86404722c43d831c5ab72e65a43ce69d4973aa5072ce1f0b6abab90b87420c06cc
doc/ocamldiff/Odiff/index.html
Module OdiffSource
Computing differences.
Representation of differences
Index in a file or string.
Representation of one difference.
Printing differences
offset is added to line numbers. Default is 0.
offset is added to line numbers. Default is 0.
Parsing differences
Return the list of differences from a string generated string.
Same as Odiff.from_string but read from the given in_channel.
Same as Odiff.from_string but read from the given file.
Computing differences
files_diffs file1 file2 runs the diff command on the given files and returns its parsed output.
Same as Odiff.files_diffs but on strings. The two strings are put in two files to run the diff command. The files are removed before returning the result.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page