Metadata-Version: 2.1
Name: dll-finder
Version: 1.0
Summary: dll_finder
Home-page: https://github.com/brouhaha/dll_finder
Author: Eric Smith
Author-email: spacewar@gmail.com
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Assemblers
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyparser
Requires-Dist: m5pre

# dll_finder - Given one or more Windows executables, get paths of necessary DLLs

Copyright 2023 Eric Smith

dll_finder development is hosted at the
[dll_finder Github repository](https://github.com/brouhaha/dll_finder/).

## Introduction

dll_finder is used when cross-compiling Windows executables on Linux using
the MinGW suite. When packaging such executables, it is necessary to include
some DLLs provided by MinGW packages. dll_finder is used to obtain a list
of the necessary DLL paths.
