File: README.architecture

package info (click to toggle)
dose3 7.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,276 kB
  • sloc: ml: 25,053; python: 605; perl: 391; sh: 347; makefile: 187
file content (31 lines) | stat: -rw-r--r-- 901 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

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.