flickzeug 0.5.1

A fork of diffy: diff, patch, and merge library featuring Myers' algorithm, unified diff format parsing, fuzzy patch application, and three-way merge with conflict detection
Documentation
1
2
3
4
5
6
7
8
--- CMakeLists.txt.old	2024-06-06 14:05:11.000000000 -0500
+++ CMakeLists.txt	2024-06-22 11:27:13.931633400 -0500
@@ -184,2 +184,5 @@
     list(APPEND LLVM_LIBRARIES "${LIBXML2}")
+else()
+    list(REMOVE_ITEM LLVM_LIBRARIES "-lxml2")
+    list(APPEND LLVM_LIBRARIES "$ENV{PREFIX}/lib/libxml2.so.16")
 endif()