Skip to content

Commit 976d4f3

Browse files
committed
Fix dune-deps to generate a complete opam file
1 parent c4b102b commit 976d4f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dune-deps.opam

+1
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ build: [
3434
"@doc" {with-doc}
3535
]
3636
]
37+
dev-repo: "git+https://github.com/mjambon/dune-deps.git"

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
(generate_opam_files)
55
(license "BSD-3-Clause")
66
(homepage "https://github.com/mjambon/dune-deps")
7-
(bug_reports "https://github.com/mjambon/dune-deps/issues")
7+
(source (github mjambon/dune-deps))
88

99
; Specify one or more maintainers and authors
1010
(maintainers "Martin Jambon <[email protected]>")

0 commit comments

Comments
 (0)