We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b102b commit 976d4f3Copy full SHA for 976d4f3
dune-deps.opam
@@ -34,3 +34,4 @@ build: [
34
"@doc" {with-doc}
35
]
36
37
+dev-repo: "git+https://github.com/mjambon/dune-deps.git"
dune-project
@@ -4,7 +4,7 @@
4
(generate_opam_files)
5
(license "BSD-3-Clause")
6
(homepage "https://github.com/mjambon/dune-deps")
7
-(bug_reports "https://github.com/mjambon/dune-deps/issues")
+(source (github mjambon/dune-deps))
8
9
; Specify one or more maintainers and authors
10
(maintainers "Martin Jambon <[email protected]>")
0 commit comments