Skip to content

Commit

Permalink
Fix dune-deps to generate a complete opam file
Browse files Browse the repository at this point in the history
  • Loading branch information
mjambon committed Jan 23, 2025
1 parent c4b102b commit 976d4f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dune-deps.opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/mjambon/dune-deps.git"
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(generate_opam_files)
(license "BSD-3-Clause")
(homepage "https://github.com/mjambon/dune-deps")
(bug_reports "https://github.com/mjambon/dune-deps/issues")
(source (github mjambon/dune-deps))

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

0 comments on commit 976d4f3

Please sign in to comment.