Skip to content

Commit

Permalink
Merge pull request #6115 from kit-ty-kate/no-meta-packages
Browse files Browse the repository at this point in the history
Remove the meta opam packages opam and opam-admin
  • Loading branch information
kit-ty-kate authored Jul 29, 2024
2 parents ebff21b + a243805 commit 590b7e7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 50 deletions.
13 changes: 13 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,16 @@
(name opam)

(implicit_transitive_deps true)

(package (name opam-core))
(package (name opam-format))
(package (name opam-repository))
(package (name opam-state))
(package (name opam-solver))
(package (name opam-client))
(package (name opam-devel))
(package (name opam-installer))

; Meta packages
(package (name opam))
(package (name opam-admin))
1 change: 1 addition & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ users)

## Internal
* Stop using polymorphic comparison when comparing `OpamTypes.switch_selections` [#6102 @kit-ty-kate]
* Remove the meta opam packages opam and opam-admin [#6115 @kit-ty-kate]

## Internal: Windows

Expand Down
25 changes: 0 additions & 25 deletions opam-admin.opam

This file was deleted.

25 changes: 0 additions & 25 deletions opam.opam

This file was deleted.

0 comments on commit 590b7e7

Please sign in to comment.