GitXplorerGitXplorer
d

dose

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
81d0bd73e7595b65fae4c938cde64cd598a71ddf

help messages of applications: triplet => tuple

yyxoc committed 8 years ago
Unverified
5025187c765bf3bf1b6746768de47712626f8a37

Update tests for changes made in 28ee8b84

jjosch committed 8 years ago
Unverified
90e81c26c96359990ff423bc39f3a07de2c64169

Add support for --deb-drop-b-d-arch

jjosch committed 8 years ago
Unverified
f01e4350e48e1743570098a65a636d65c0a5216a

deb/architecture.ml: Update embedded cputable and tupletable to dpkg 1.18.15

jjosch committed 8 years ago
Unverified
b32fd54f89987b05a1f720a2a6c71f3266dfb5ae

Replace dpkg triplettable support by the new dpkg tupletable format

jjosch committed 8 years ago
Unverified
28ee8b848964eee047b5e4c0ed1ec8c731ea7217

Do not just dump the values of the --deb-*-arch fields to the yaml output

jjosch committed 8 years ago

README

The README file for this repository.

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.