Skip to content

Commit c09d00a

Browse files
committed
Fix missing dev-repo field lint error in alt-ergo 0.95.2-1.30
1 parent e9cb3c4 commit c09d00a

File tree

4 files changed

+4
-0
lines changed
  • packages/alt-ergo

4 files changed

+4
-0
lines changed

packages/alt-ergo/alt-ergo.0.95.2/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors: "Alt-Ergo developers"
44
license: "CeCILL-C"
55
homepage: "http://alt-ergo.ocamlpro.com/"
66
bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
7+
dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
78
build:
89
[
910
["./configure" "-prefix" prefix]

packages/alt-ergo/alt-ergo.0.99.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors: "Alt-Ergo developers"
44
license: "CeCILL-C"
55
homepage: "http://alt-ergo.ocamlpro.com/"
66
bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
7+
dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
78
build:
89
[
910
["./configure" "-prefix" "%{prefix}%"]

packages/alt-ergo/alt-ergo.1.01/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors: "Alt-Ergo developers"
44
license: "CeCILL-C"
55
homepage: "http://alt-ergo.ocamlpro.com/"
66
bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
7+
dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
78

89
build:
910
[

packages/alt-ergo/alt-ergo.1.30/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors: "Alt-Ergo developers"
44
license: "CeCILL-C"
55
homepage: "http://alt-ergo.ocamlpro.com/"
66
bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
7+
dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
78

89
build:
910
[

0 commit comments

Comments
 (0)