package dose3-extra

  1. Overview
  2. Docs

Return the source package associated to a binary package

cluster package list returns a hashtbl that maps (source,sourceversion) -> to a packages list

the idea is : if the normalized version of the package is equal to the source version, then add it to the table indexed by source version, otherwise add it to the table indexed by package version actually it should be sourceversion -> list of list of clusters grouped by version (source,sourceversion) -> (version, realversion, package list)