Strategies for finding binary dependencies
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

reorganise contrib

+3 -2
-2
contrib/.gitignore
··· 1 - *.bin 2 - *.so 3 1 __pycache__
+3
contrib/bindep-tests/.gitignore
··· 1 + *.bin 2 + *.so 3 + __pycache__
contrib/c/test.c contrib/bindep-tests/c/test.c
contrib/cffi/.gitignore contrib/bindep-tests/cffi/.gitignore
contrib/cffi/REUSE.toml contrib/bindep-tests/cffi/REUSE.toml
contrib/cffi/abi.py contrib/bindep-tests/cffi/abi.py
contrib/cffi/api.py contrib/bindep-tests/cffi/api.py
contrib/is_c_extension.py contrib/bindep-tests/is_c_extension.py
contrib/pybind11/build.sh contrib/bindep-tests/pybind11/build.sh
contrib/pybind11/example.cpp contrib/bindep-tests/pybind11/example.cpp
contrib/python-extension/build.sh contrib/bindep-tests/python-extension/build.sh
contrib/python-extension/mod.c contrib/bindep-tests/python-extension/mod.c
contrib/rubyext/.gitignore contrib/bindep-tests/rubyext/.gitignore
contrib/rubyext/extconf.rb contrib/bindep-tests/rubyext/extconf.rb
contrib/rubyext/my_c_ext.c contrib/bindep-tests/rubyext/my_c_ext.c
contrib/rubyext/my_c_ext.o contrib/bindep-tests/rubyext/my_c_ext.o
contrib/rubyext/test.rb contrib/bindep-tests/rubyext/test.rb