opam-version: "2.0" synopsis: "Pure-OCaml diff implementation" description: """ This is a pure-OCaml implementation for computing line-by-line diffs. The current implementation uses an algorithm similar to gestalt pattern matching ported to OCaml by Gabriel Jaldon from Paul Butler's Python implementation. See https://github.com/paulgb/simplediff""" maintainer: ["Martin Jambon "] authors: ["Martin Jambon" "Gabriel Jaldon"] license: "ISC" homepage: "https://github.com/semgrep/testo" bug-reports: "https://github.com/semgrep/testo/issues" depends: [ "dune" {>= "3.7"} "ocaml" {>= "4.08.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/semgrep/testo.git" url { src: "https://github.com/semgrep/testo/releases/download/0.1.0/testo-0.1.0.tbz" checksum: [ "sha256=a156a3ac637e09e57c44a92f4f10723d2f509d237105b10a0120fca3447887b6" "sha512=f236afc247af23d55ca38a4611206d3daab5ef463bbea3ab07ecec6196bd92a53f7e997d348f40534911641558383d8c85ac2ab7607514dd6b90835c8e3f7294" ] } x-commit-hash: "76de74b853b5735d01c4903b4a45c1d44f0f470d"