package ocamldiff

  1. Overview
  2. Docs
OCamldiff is a small OCaml library providing functions to parse and display diff results

Install

Dune Dependency

Authors

Maintainers

Sources

ocamldiff-1.2.tar.bz2
md5=a7944e8628a72a6d3a22aa2e1e9abde3
sha512=edbc495be519b22c42e97140b756d831c71cb761efe38aabd599659954adee86404722c43d831c5ab72e65a43ce69d4973aa5072ce1f0b6abab90b87420c06cc

Description

Published: 08 Jan 2024

README

OCamldiff -- Diff parser and printer

🌐 OCamldiff homepage

OCamldiff is an OCaml library to parse and display diff results.

Documentation

Documentation is available here.

Development

Development is hosted on Framagit.

OCamldiff is released under LGPL3 license.

Installation

The ocamldiff package is installable with opam:

$ opam install ocamldiff

Current state of OCamldiff can be installed with:

$ opam pin add ocamldiff git@framagit.org:zoggy/ocamldiff.git

Dependencies (2)

  1. ocaml >= "4.12.0"
  2. dune >= "2.9"

Dev Dependencies (1)

  1. odoc with-doc

Used by (2)

  1. ocamleditor >= "1.15.2-ocaml414"
  2. odiff-gtk

Conflicts

None