Skip to content

dune-universe/dose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c1b8df · Apr 21, 2018
Apr 21, 2018
Sep 27, 2017
Jul 27, 2017
Apr 18, 2016
Apr 21, 2018
Jul 27, 2017
Jul 27, 2017
Mar 9, 2016
Jan 21, 2016
Mar 31, 2016
May 4, 2016
Jun 29, 2015
Jun 8, 2016
Jun 29, 2015
Apr 24, 2016
Sep 19, 2017
Jun 8, 2016
Jul 27, 2017
Feb 28, 2013
Sep 1, 2009
Jun 16, 2016
Jun 29, 2010
Nov 30, 2012
Apr 29, 2016
Sep 17, 2016
Apr 18, 2016
Jun 14, 2016
Jul 20, 2016
Nov 27, 2009
Mar 20, 2012
Jan 20, 2016
Sep 27, 2017
Sep 26, 2017
Sep 26, 2017
Oct 29, 2015
Feb 14, 2012
Sep 19, 2017
Jan 11, 2016

Repository files navigation

the library builds a pipeline as follows :

        inputs      libcudf                outputs

deb  | 
rpm  |                                       |
     | --------------> (algo) ----------->   |
db   |                                       |
     |
cudf |

this pipeline is build around the folowing components :

common contains input routines to read deb, cudf, db, etc

libcduf is the central - in memory - data structure

db contains the databases modules all sharing a single interface Sql

deb contains all the routines to parse debian related files.

algo contains a collection of algorithm to manipulated dependencies 

A non exaustive list includes:
- Depsolver : edos routines
- Defaultgraph : graph manipulation utilities
- Strondeps : strong dependencies algorithm
- Statistic : small world graph statisitics

applications contains a collection of applications build upon the library.