this repo has no description
1opam-version: "2.0"
2synopsis:
3 "OCamldiff is a small OCaml library providing functions to parse and display diff results"
4maintainer: "zoggy@bat8.org"
5authors: "Zoggy <zoggy@bat8.org>"
6license: "LGPL-3.0-only"
7homepage: "https://zoggy.frama.io/ocamldiff/"
8doc: "https://zoggy.frama.io/ocamldiff/doc.html"
9bug-reports: "https://framagit.org/zoggy/ocamldiff/issues"
10depends: [
11 "dune" {>= "2.9"}
12 "ocaml" {>= "4.12.0"}
13 "odoc" {with-doc}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "--promote-install-files=false"
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29 ["dune" "install" "-p" name "--create-install-files" name]
30]
31dev-repo: "git+https://framagit.org/zoggy/ocamldiff.git"
32url {
33 src:
34 "https://framagit.org/zoggy/ocamldiff/-/archive/1.2/ocamldiff-1.2.tar.bz2"
35 checksum: [
36 "md5=a7944e8628a72a6d3a22aa2e1e9abde3"
37 "sha512=edbc495be519b22c42e97140b756d831c71cb761efe38aabd599659954adee86404722c43d831c5ab72e65a43ce69d4973aa5072ce1f0b6abab90b87420c06cc"
38 ]
39}