README.md (559B)
- # deblob - Remove binary executables ("blobs") from a directory
- ## Dependencies
- ### Common
- - hare 0.24+
- - POSIX.1-2024 make (supported by GNU make, *BSD make, pdpmake, …)
- ### tests
- - `ar`
- - C Compiler
- ### linting
- Those are only needed during development.
- - mandoc
- - reuse
- ### re-formatting
- - [black](https://pypi.org/project/black/) for re-formatting python files
- ### rebuilding fixtures
- See <./test/fixtures/README.md>.
- <!--
- SPDX-FileCopyrightText: 2019 deblob Authors <https://hacktivis.me/projects/deblob>
- SPDX-License-Identifier: BSD-3-Clause
- -->