Skip to content

A proof-of-concept project to show how C++ could be applied on libdnf.

Notifications You must be signed in to change notification settings

dmach/libdnf-cpp-proof-of-concept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a proof-of-concept project that shows
how to work with C++ objects and export them
to Python via SWIG.

How to build the documentation (from the top level project dir):
$ mkdir build && cd build/
$ cmake ..
$ make doc
... and view it:
$ firefox doc/_build/index.html

About

A proof-of-concept project to show how C++ could be applied on libdnf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published