this repo has no description
1opam-version: "2.0"
2maintainer: "zoggy@bat8.org"
3authors: ["Maxence Guesdon"]
4homepage: "https://framagit.org/zoggy/ocamldiff"
5license: "LGPL-3.0-only"
6doc: ["https://framagit.org/zoggy/ocamldiff"]
7dev-repo: "git+https://framagit.org/zoggy/ocamldiff.git"
8bug-reports: "https://framagit.org/zoggy/ocamldiff/-/issues"
9tags: ["diff"]
10build: [make "all"]
11remove: [["ocamlfind" "remove" "diff"]]
12depends: ["ocaml" "ocamlfind"]
13install: [make "install"]
14synopsis:
15 "OCamldiff is a small OCaml library providing functions to parse and display diff results"
16description:
17 "OCamldiff was previously part of Cameleon but is now developped separately and is findlib compatible."
18flags: light-uninstall
19url {
20 src:
21 "https://framagit.org/zoggy/ocamldiff/-/archive/1.1/ocamldiff-1.1.tar.gz"
22 checksum: [
23 "sha256=3dde28fbfc0f393058547ddfce061526d26dcd68eae248e39327c2ff62a11616"
24 "md5=2608e81757183158c66435c074bef309"
25 ]
26}