this repo has no description

Merge pull request #19188 from zoggy/patch-2

Fix ocamldiff archive url (github.com->github.io)

Changed files
+5 -3
packages
ocamldiff
ocamldiff.1.1
+5 -3
packages/ocamldiff/ocamldiff.1.1/opam
···
opam-version: "2.0"
maintainer: "zoggy@bat8.org"
authors: ["Maxence Guesdon"]
-
homepage: "http://zoggy.github.io/ocamldiff"
+
homepage: "https://zoggy.github.io/ocamldiff"
license: "LGPL-3.0-only"
doc: ["http://zoggy.github.io/ocamldiff/index.html"]
+
dev-repo: "git+https://framagit.org/zoggy/ocamldiff.git"
+
bug-reports: "https://framagit.org/zoggy/ocamldiff/-/issues"
tags: ["diff"]
build: [make "all"]
remove: [["ocamlfind" "remove" "diff"]]
depends: ["ocaml" "ocamlfind"]
install: [make "install"]
synopsis:
-
"OCamldiff is a small OCaml library providing functions to parse and display diff results."
+
"OCamldiff is a small OCaml library providing functions to parse and display diff results"
description:
"OCamldiff was previously part of Cameleon but is now developped separately and is findlib compatible."
flags: light-uninstall
url {
-
src: "http://zoggy.github.com/ocamldiff/ocamldiff-1.1.tar.gz"
+
src: "https://zoggy.github.io/ocamldiff/ocamldiff-1.1.tar.gz"
checksum: "md5=3fe4b10fe15cdf544904dd0ca3448a77"
}