No description
Find a file
Jeff Becker 116cc5f164
more
2020-07-20 08:19:09 -04:00
external more 2020-07-20 08:19:09 -04:00
pylokimq more 2020-07-20 08:19:09 -04:00
test more 2020-07-20 08:19:09 -04:00
.gitignore initial commit 2020-06-02 09:46:51 -04:00
.gitmodules initial commit 2020-06-02 09:46:51 -04:00
CMakeLists.txt more 2020-07-20 08:19:09 -04:00
README.md initial commit 2020-06-02 09:46:51 -04:00

pylokimq

pybind layer for lokimq

building

check the source out:

$ git clone --recursive https://github.com/loki-project/pylokimq $ cd pylokimq

and build with cmake:

$ mkdir build $ cd build && cmake .. $ make