Skip to content

Library for retrieving lists of binary packages of ALT Linux and comparing the received lists.

Notifications You must be signed in to change notification settings

Prokopiy19/cmpb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmpb

cmpb is a library for retrieving lists of binary packages of ALT Linux and comparing the received lists.

Dependencies

Building requires libcurl and nlohmann-json.

Building

Run following commands to build the library and program:

./configure
make
make install

Using the library

To link the program with the library, you can use pkg-config:

g++ main.cpp `pkg-config libcmpb --cflags --libs`

Running

Run the program:

dptest {branch} {branch}

where {branch} is a branch name.

For example, you can enter this:

dptest sisyphus p10

Program will generate .json files with names 'results_{arch}.json' for each architecture.

About

Library for retrieving lists of binary packages of ALT Linux and comparing the received lists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published