An open API service indexing awesome lists of open source software.

https://github.com/clonker/neighborlists


https://github.com/clonker/neighborlists

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Neighborlists

To build, please don't forget to first `git submodule update --init` the submodules.
Then, it's just a matter of calling cmake and building the project:

```shell
mkdir build
cd build
cmake .. -GNinja
ninja
```

For usage examples, please see the [examples](examples) and [test](test) directories.